Ignore more flaky font tests

This commit is contained in:
Brian Anderson 2012-06-22 16:24:02 -07:00
parent cfefc42c25
commit de59f7ef86
2 changed files with 2 additions and 0 deletions

View file

@ -284,6 +284,7 @@ fn should_destruct_on_fail_without_leaking() {
fn should_get_glyph_indexes() {
#[test];
#[ignore(reason = "random failures")];
let font = create_test_font();
let glyph_idx = font.glyph_idx('w');

View file

@ -143,6 +143,7 @@ fn hb_glyph_pos_to_servo_glyph_pos(hb_pos: &hb_glyph_position_t) -> GlyphPos {
fn should_get_glyph_indexes() {
#[test];
#[ignore(reason = "random failures")];
let font = font::create_test_font();
let glyphs = shape_text(&font, "firecracker");