diff options
| author | Michael Sullivan <sully@msully.net> | 2013-08-22 15:27:25 -0700 |
|---|---|---|
| committer | Michael Sullivan <sully@msully.net> | 2013-08-22 15:27:25 -0700 |
| commit | 7b08b2c838c440d03e3e01f090e648e14ebfa083 (patch) | |
| tree | bbed44b31f876d89d955b4e63c4d146a0150b285 /src | |
| parent | ad6eeb843b3f21bd51bc6d89d58a75367b7439df (diff) | |
| download | rust-7b08b2c838c440d03e3e01f090e648e14ebfa083.tar.gz rust-7b08b2c838c440d03e3e01f090e648e14ebfa083.zip | |
Suppress a broken test. Issue #8690.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustpkg/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustpkg/tests.rs b/src/librustpkg/tests.rs index d130ef249ef..0efa0782da9 100644 --- a/src/librustpkg/tests.rs +++ b/src/librustpkg/tests.rs @@ -678,6 +678,7 @@ fn rustpkg_local_pkg() { } #[test] +#[ignore (reason = "test makes bogus assumptions about build directory layout: issue #8690")] fn package_script_with_default_build() { let dir = create_local_package(&PkgId::new("fancy-lib")); debug!("dir = %s", dir.to_str()); |
