From 57a0fa3a4a5584cbe9122930a3f632d9d7fc42f1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Mar 2022 14:26:04 -0400 Subject: [PATCH] remove broken test After ce91f10132805d11448896304821b0aa9c6d9845, unannex on a non-annexed file is expected to fail, unless annex.skipunknown were globally overridden to true. So this test that used to succeed should probably fail, but it seems better to just remove it than expect it to fail. --- Test.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Test.hs b/Test.hs index de07608326..81795d140b 100644 --- a/Test.hs +++ b/Test.hs @@ -597,8 +597,6 @@ test_unannex_withcopy = intmpclonerepo $ do annexed_present annexedfile git_annex "unannex" [annexedfile, sha1annexedfile] "unannex" unannexed annexedfile - git_annex "unannex" [annexedfile] "unannex on non-annexed file" - unannexed annexedfile git_annex "unannex" [ingitfile] "unannex ingitfile should be no-op" unannexed ingitfile