From: Brian Anderson Date: Tue, 6 Aug 2013 01:15:07 +0000 (-0700) Subject: rustpkg: Disable test_uninstall X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=84d17445f836ff731cd2e8a7e575a17e419b3d5b;p=rust.git rustpkg: Disable test_uninstall Seems to not work --- 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);