Skip to content

Commit e7bb7b4

Browse files
Disable Check if Repo is in Detached State
Fixes #378
1 parent 6aeae66 commit e7bb7b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/git-auto-commit.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,7 @@ END
10981098
}
10991099

11001100
@test "It detects if the repository is in a detached state and exits with an error" {
1101+
skip
11011102
touch "${FAKE_LOCAL_REPOSITORY}"/new-file-{1,2,3}.txt
11021103

11031104
run git_auto_commit

0 commit comments

Comments
 (0)