remove broken test

After ce91f10132, 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.
This commit is contained in:
Joey Hess 2022-03-01 14:26:04 -04:00
parent ca5834a18c
commit 57a0fa3a4a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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