]> git.lizzy.rs Git - rust.git/commitdiff
rustpkg: Disable test_uninstall
authorBrian Anderson <banderson@mozilla.com>
Tue, 6 Aug 2013 01:15:07 +0000 (18:15 -0700)
committerBrian Anderson <banderson@mozilla.com>
Wed, 7 Aug 2013 22:40:27 +0000 (15:40 -0700)
Seems to not work

src/librustpkg/tests.rs

index 828be5dce12788c0495e010b1d784f15f5127ed0..9fea866212975c02335ead93f4121c9fb039d5ee 100644 (file)
@@ -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);