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.
This commit is contained in:
Alex Crichton 2013-09-17 17:11:15 -07:00
parent 0efc4822e9
commit 3b07f1efe5
1 changed files with 1 additions and 0 deletions

View File

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