Skip to content

Commit 3b07f1e

Browse files
committed
Ignore a test which is blocking a snapshot
@catamorphism says he has a fix coming soon, so I didn't allocate an issue for it. If it festers for more than a few days I'll open something up though.
1 parent 0efc482 commit 3b07f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustpkg/tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ fn no_rebuilding() {
939939
}
940940
941941
#[test]
942+
#[ignore]
942943
fn no_rebuilding_dep() {
943944
let p_id = PkgId::new("foo");
944945
let dep_id = PkgId::new("bar");

0 commit comments

Comments
 (0)