Skip to content

Commit

Permalink
test: Skip upgrade test from integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Jul 29, 2024
1 parent 0e2845f commit 55913ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
tests: [unmarked, upgrade, filter]
# tests: [unmarked, upgrade, filter]
tests: [unmarked, filter]
env:
TESTS_TO_RUN: ${{ matrix.tests }}
steps:
Expand Down

0 comments on commit 55913ca

Please sign in to comment.