Skip to content

Commit 3d81676

Browse files
Michael J Grubergitster
authored andcommitted
t7012: Mark missing tests as TODO
Currently, there are 6 tests which are not even written but are 'test_expect_failure message false'. Do not abuse test_expect_failure as a to do marker, but mark them as '#TODO' instead. Signed-off-by: Michael J Gruber <[email protected]> Acked-by: Nguyen Thai Ngoc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 580b7d3 commit 3d81676

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

t/t7012-skip-worktree-writing.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ test_expect_success 'git-clean, dirty case' '
136136
test_cmp expected result
137137
'
138138

139-
test_expect_failure 'git-apply adds file' false
140-
test_expect_failure 'git-apply updates file' false
141-
test_expect_failure 'git-apply removes file' false
142-
test_expect_failure 'git-mv to skip-worktree' false
143-
test_expect_failure 'git-mv from skip-worktree' false
144-
test_expect_failure 'git-checkout' false
139+
#TODO test_expect_failure 'git-apply adds file' false
140+
#TODO test_expect_failure 'git-apply updates file' false
141+
#TODO test_expect_failure 'git-apply removes file' false
142+
#TODO test_expect_failure 'git-mv to skip-worktree' false
143+
#TODO test_expect_failure 'git-mv from skip-worktree' false
144+
#TODO test_expect_failure 'git-checkout' false
145145

146146
test_done

0 commit comments

Comments
 (0)