X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7012-skip-worktree-writing.sh;h=582d0b54f1f1a32459727e59932e95c4b466951f;hb=c00cf45fa35d8aaa31c479ae7502286837fc4dc6;hp=8d8b1c0e25e857945b17ed5ae4a9abc5f8987bd3;hpb=ca5812d2e3c72b09008422975740aff41a2c65a0;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