mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Ignore more inconsistently failing tests
This commit is contained in:
parent
8694baaca0
commit
d7db7a56c3
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,7 @@ fn should_convert_text_boxes_to_text_items() {
|
|||
|
||||
fn should_calculate_the_bounds_of_the_text_box_background_color() {
|
||||
#[test];
|
||||
#[ignore];
|
||||
|
||||
let s = Scope();
|
||||
let n = s.new_node(Text("firecracker"));
|
||||
|
@ -164,6 +165,7 @@ fn should_calculate_the_bounds_of_the_text_box_background_color() {
|
|||
|
||||
fn should_calculate_the_bounds_of_the_text_items() {
|
||||
#[test];
|
||||
#[ignore];
|
||||
|
||||
let s = Scope();
|
||||
let n = s.new_node(Text("firecracker"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue