about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJames Miller <james@aatch.net>2013-06-20 18:07:06 +1200
committerJames Miller <james@aatch.net>2013-06-20 18:07:06 +1200
commit82ba030a4fd6a330f83755ae87442e725f103d4e (patch)
tree569ddd0061ed6b876d161c1254cf9d0845416365 /src
parent433c86554c22845509ac4bfaed0edfb1909d8ad3 (diff)
downloadrust-82ba030a4fd6a330f83755ae87442e725f103d4e.tar.gz
rust-82ba030a4fd6a330f83755ae87442e725f103d4e.zip
Ignore rustpkg tests
Diffstat (limited to 'src')
-rw-r--r--src/librustpkg/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustpkg/tests.rs b/src/librustpkg/tests.rs
index 6ec14e2aecf..8b915873269 100644
--- a/src/librustpkg/tests.rs
+++ b/src/librustpkg/tests.rs
@@ -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