Skip to content

Commit 7b08b2c

Browse files
committed
Suppress a broken test. Issue #8690.
1 parent ad6eeb8 commit 7b08b2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustpkg/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ fn rustpkg_local_pkg() {
678678
}
679679
680680
#[test]
681+
#[ignore (reason = "test makes bogus assumptions about build directory layout: issue #8690")]
681682
fn package_script_with_default_build() {
682683
let dir = create_local_package(&PkgId::new("fancy-lib"));
683684
debug!("dir = %s", dir.to_str());

0 commit comments

Comments
 (0)