Skip to content

Commit

Permalink
Merge pull request #5642 from craigcomstock/ENT-12497-disable/3.21
Browse files Browse the repository at this point in the history
Disabled windows_acceptance_tests in github CI due to 6 hour time limit (3.21)
  • Loading branch information
craigcomstock authored Dec 2, 2024
2 parents 5f3cf84 + 6345286 commit a899afe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
acceptance_tests:
needs: unit_tests
uses: ./.github/workflows/acceptance_tests.yml
windows_acceptance_tests:
needs: unit_tests
uses: ./.github/workflows/windows_acceptance_tests.yml
# Disable windows_acceptance_tests as of Nov 27 2024, taking 6 hours so exceeding github job limit and gets cancelled.
# windows_acceptance_tests:
# needs: unit_tests
# uses: ./.github/workflows/windows_acceptance_tests.yml
macos_unit_tests:
needs: unit_tests
uses: ./.github/workflows/macos_unit_tests.yml
Expand Down

0 comments on commit a899afe

Please sign in to comment.