diff --git a/tests/unsettled.rs b/tests/unsettled.rs index 545e5d2..f92ca07 100644 --- a/tests/unsettled.rs +++ b/tests/unsettled.rs @@ -51,7 +51,6 @@ fn plant(h: &mut Harness) -> Vec { /// not a fixed point and comparing against it compares against a tree that /// has not settled. #[test] -#[ignore = "fails: the first frame shapes the text at a width it does not have"] fn one_frame_is_enough() { let mut h = Harness::new((640, 900)); let ids = plant(&mut h); @@ -76,7 +75,6 @@ fn one_frame_is_enough() { } #[test] -#[ignore = "fails for the same reason: the cold side has not settled either"] fn repainting_everything_moves_nothing() { let mut warm = Harness::new((640, 900)); let ids = plant(&mut warm);