Skip to content

Commit b5369f1

Browse files
Remove no longer needed tests
1 parent 2f963ef commit b5369f1

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

tests/git-auto-commit.bats

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -410,32 +410,6 @@ cat_github_output() {
410410
assert_output --partial refs/tags/v2.0.0
411411
}
412412

413-
@test "If SKIP_FETCH is true git-fetch will not be called" {
414-
415-
touch "${FAKE_LOCAL_REPOSITORY}"/new-file-{1,2,3}.txt
416-
417-
INPUT_SKIP_FETCH=true
418-
419-
run git_auto_commit
420-
421-
assert_success
422-
423-
assert_line "::debug::git-fetch will not be executed."
424-
}
425-
426-
@test "If SKIP_CHECKOUT is true git-checkout will not be called" {
427-
428-
touch "${FAKE_LOCAL_REPOSITORY}"/new-file-{1,2,3}.txt
429-
430-
INPUT_SKIP_CHECKOUT=true
431-
432-
run git_auto_commit
433-
434-
assert_success
435-
436-
assert_line "::debug::git-checkout will not be executed."
437-
}
438-
439413
@test "It pushes generated commit and tag to remote and actually updates the commit shas" {
440414
INPUT_BRANCH=""
441415
INPUT_TAGGING_MESSAGE="v2.0.0"

0 commit comments

Comments
 (0)