about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-08-05 18:15:07 -0700
committerBrian Anderson <banderson@mozilla.com>2013-08-07 15:40:27 -0700
commit84d17445f836ff731cd2e8a7e575a17e419b3d5b (patch)
treedd0b60dc2c9123b349f446014b2939b8275e1d29 /src
parent0929eb4ac8bfe00c5b3430fac3a07dcf64b51d02 (diff)
downloadrust-84d17445f836ff731cd2e8a7e575a17e419b3d5b.tar.gz
rust-84d17445f836ff731cd2e8a7e575a17e419b3d5b.zip
rustpkg: Disable test_uninstall
Seems to not work
Diffstat (limited to 'src')
-rw-r--r--src/librustpkg/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustpkg/tests.rs b/src/librustpkg/tests.rs
index 828be5dce12..9fea8662129 100644
--- a/src/librustpkg/tests.rs
+++ b/src/librustpkg/tests.rs
@@ -998,6 +998,7 @@ fn test_rustpkg_test() {
 }
 
 #[test]
+#[ignore(reason = "test not yet implemented")]
 fn test_uninstall() {
     let workspace = create_local_package(&PkgId::new("foo", &os::getcwd()));
     let _output = command_line_test([~"info", ~"foo"], &workspace);