Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Aug 26, 2024
1 parent da2f6ab commit d0e0a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ runner-test-matrix:
workflows:
- Automation On Demand Tests
- E2E Chaos Tests
test_cmd: cd integration-tests/chaos && DETACH_RUNNER=false go test ocr_chaos_test.go -v -test.parallel=10 -timeout 60m -count=1 -json
test_cmd: cd integration-tests/chaos && DETACH_RUNNER=false go test -test.run "^TestOCRChaos$" -v -test.parallel=10 -timeout 60m -count=1 -json
test_env_vars:
TEST_SUITE: chaos

Expand Down

0 comments on commit d0e0a55

Please sign in to comment.