]> git.lizzy.rs Git - rust.git/commitdiff
rustpkg: Ignore a test that's failing on the dist-snap bot
authorBrian Anderson <banderson@mozilla.com>
Sun, 30 Jun 2013 20:12:15 +0000 (13:12 -0700)
committerBrian Anderson <banderson@mozilla.com>
Sun, 30 Jun 2013 20:12:15 +0000 (13:12 -0700)
src/librustpkg/tests.rs

index 0e2a4f33c72c36e1e009c399d35251819857b3e9..03548d56c12799af6f50de20cccedae455964e4e 100644 (file)
@@ -545,6 +545,7 @@ fn rustpkg_local_pkg() {
 }
 
 #[test]
+#[ignore] // XXX Failing on dist-linux bot
 fn package_script_with_default_build() {
     let dir = create_local_package(&PkgId::new("fancy-lib"));
     debug!("dir = %s", dir.to_str());