mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Ignore more crashy tests
This commit is contained in:
parent
2531f4ffc1
commit
b1b0434bc4
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,7 @@ fn box_to_display_items(box: @Box, origin: Point2D<au>) -> [dl::display_item] {
|
|||
|
||||
fn should_convert_text_boxes_to_solid_color_background_items() {
|
||||
#[test];
|
||||
#[ignore(reason = "crashy")];
|
||||
|
||||
let s = Scope();
|
||||
let n = s.new_node(Text("firecracker"));
|
||||
|
@ -133,6 +134,7 @@ fn should_convert_text_boxes_to_solid_color_background_items() {
|
|||
|
||||
fn should_convert_text_boxes_to_text_items() {
|
||||
#[test];
|
||||
#[ignore(reason = "crashy")];
|
||||
|
||||
let s = Scope();
|
||||
let n = s.new_node(Text("firecracker"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue