From 82ba030a4fd6a330f83755ae87442e725f103d4e Mon Sep 17 00:00:00 2001 From: James Miller Date: Thu, 20 Jun 2013 18:07:06 +1200 Subject: [PATCH] Ignore rustpkg tests --- src/librustpkg/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustpkg/tests.rs b/src/librustpkg/tests.rs index 6ec14e2aecf6..8b9158732696 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