auto merge of #9444 : alexcrichton/rust/ignore-some-tests, r=thestinger

They're blocking a new snapshot and @catamorphism is on it.
This commit is contained in:
bors 2013-09-23 17:36:04 -07:00
commit 348d844673
1 changed files with 2 additions and 0 deletions

View File

@ -985,6 +985,7 @@ fn no_rebuilding_dep() {
}
#[test]
#[ignore]
fn do_rebuild_dep_dates_change() {
let p_id = PkgId::new("foo");
let dep_id = PkgId::new("bar");
@ -1001,6 +1002,7 @@ fn do_rebuild_dep_dates_change() {
}
#[test]
#[ignore]
fn do_rebuild_dep_only_contents_change() {
let p_id = PkgId::new("foo");
let dep_id = PkgId::new("bar");