Skip to content

Commit 348d844

Browse files
committed
auto merge of #9444 : alexcrichton/rust/ignore-some-tests, r=thestinger
They're blocking a new snapshot and @catamorphism is on it.
2 parents 9705399 + a47cdc0 commit 348d844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustpkg/tests.rs

+2
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,7 @@ fn no_rebuilding_dep() {
985985
}
986986
987987
#[test]
988+
#[ignore]
988989
fn do_rebuild_dep_dates_change() {
989990
let p_id = PkgId::new("foo");
990991
let dep_id = PkgId::new("bar");
@@ -1001,6 +1002,7 @@ fn do_rebuild_dep_dates_change() {
10011002
}
10021003
10031004
#[test]
1005+
#[ignore]
10041006
fn do_rebuild_dep_only_contents_change() {
10051007
let p_id = PkgId::new("foo");
10061008
let dep_id = PkgId::new("bar");

0 commit comments

Comments
 (0)