Skip to content

Commit

Permalink
ci: remove verify test for macos during release (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r authored Sep 25, 2023
1 parent fa4da88 commit 8f5a286
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/e2e-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,12 @@ jobs:
#
# Tests on macOS runner
#
- test: "verify"
provider: "azure"
kubernetes-version: "v1.28"
runner: "macos-12"
# Skipping verify test on MacOS since the runner uses a different version of sed
# TODO(3u13r): Update verify test to work on MacOS runners
# - test: "verify"
# provider: "azure"
# kubernetes-version: "v1.28"
# runner: "macos-12"
- test: "recover"
provider: "gcp"
kubernetes-version: "v1.28"
Expand Down

0 comments on commit 8f5a286

Please sign in to comment.