diff options
| author | James Miller <james@aatch.net> | 2013-06-20 18:07:06 +1200 |
|---|---|---|
| committer | James Miller <james@aatch.net> | 2013-06-20 18:07:06 +1200 |
| commit | 82ba030a4fd6a330f83755ae87442e725f103d4e (patch) | |
| tree | 569ddd0061ed6b876d161c1254cf9d0845416365 /src | |
| parent | 433c86554c22845509ac4bfaed0edfb1909d8ad3 (diff) | |
| download | rust-82ba030a4fd6a330f83755ae87442e725f103d4e.tar.gz rust-82ba030a4fd6a330f83755ae87442e725f103d4e.zip | |
Ignore rustpkg tests
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustpkg/tests.rs | 2 |
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 |
