auto merge of #9269 : alexcrichton/rust/ignore-rustpkg-test, r=brson

@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:
bors 2013-09-17 17:15:45 -07:00
commit 460021bdf2
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");