Skip to content

Commit

Permalink
Move long running CCIP tests to nightly tests (#14204)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl authored Aug 22, 2024
1 parent 2521c4b commit 908e96c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,6 @@ runner-test-matrix:
test_env_type: docker
runs_on: ubuntu-latest
workflows:
- PR E2E CCIP Tests
- Nightly E2E Tests
test_cmd: cd integration-tests/ccip-tests/smoke && go test ccip_test.go -test.run ^TestSmokeCCIPOffRampCapacityLimit$ -timeout 30m -count=1 -test.parallel=1 -json
test_env_vars:
Expand All @@ -949,7 +948,6 @@ runner-test-matrix:
test_env_type: docker
runs_on: ubuntu-latest
workflows:
- PR E2E CCIP Tests
- Nightly E2E Tests
test_cmd: cd integration-tests/ccip-tests/smoke && go test ccip_test.go -test.run ^TestSmokeCCIPOffRampAggRateLimit$ -timeout 30m -count=1 -test.parallel=1 -json
test_env_vars:
Expand Down

0 comments on commit 908e96c

Please sign in to comment.