Ignore rustpkg tests

This commit is contained in:
James Miller 2013-06-20 18:07:06 +12:00
parent 433c86554c
commit 82ba030a4f

View File

@ -309,7 +309,7 @@ fn frob_source_file(workspace: &Path, pkgid: &PkgId) {
}
}
#[test]
#[test] #[ignore] //FIXME(#7249)
fn test_all() {
// FIXME(#7071): these tests use rustc, so they can't be run in parallel
// until this issue is resolved