X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7012-skip-worktree-writing.sh;h=582d0b54f1f1a32459727e59932e95c4b466951f;hb=ca02ad3447efdbd4cb2aa9ba0ee3fc6124035274;hp=8d8b1c0e25e857945b17ed5ae4a9abc5f8987bd3;hpb=0476228de500049804ae599f557658c3f9042ad0;p=git.git diff --git a/t/t7012-skip-worktree-writing.sh b/t/t7012-skip-worktree-writing.sh index 8d8b1c0e2..582d0b54f 100755 --- a/t/t7012-skip-worktree-writing.sh +++ b/t/t7012-skip-worktree-writing.sh @@ -136,11 +136,11 @@ test_expect_success 'git-clean, dirty case' ' test_cmp expected result ' -test_expect_failure 'git-apply adds file' false -test_expect_failure 'git-apply updates file' false -test_expect_failure 'git-apply removes file' false -test_expect_failure 'git-mv to skip-worktree' false -test_expect_failure 'git-mv from skip-worktree' false -test_expect_failure 'git-checkout' false +#TODO test_expect_failure 'git-apply adds file' false +#TODO test_expect_failure 'git-apply updates file' false +#TODO test_expect_failure 'git-apply removes file' false +#TODO test_expect_failure 'git-mv to skip-worktree' false +#TODO test_expect_failure 'git-mv from skip-worktree' false +#TODO test_expect_failure 'git-checkout' false test_done