Ignore some busted tests

This commit is contained in:
Brian Anderson 2012-09-13 16:47:02 -07:00
parent 55b3aa2673
commit 413d458857
2 changed files with 2 additions and 1 deletions

View file

@ -166,6 +166,7 @@ mod test {
}
#[test]
#[ignore(reason = "busted")]
fn test_percent_height() {
let scope = NodeScope();

View file

@ -189,7 +189,7 @@ fn should_calculate_the_bounds_of_the_text_box_background_color() {
fn should_calculate_the_bounds_of_the_text_items() {
#[test];
#[ignore(cfg(target_os = "macos"))];
#[ignore(reason = "busted")];
let s = Scope();
let n = s.new_node(Text(~"firecracker"));