Skip to content

Commit

Permalink
Merge pull request #4169 from stevekuznetsov/skuznets/fix-test-scripts
Browse files Browse the repository at this point in the history
HOSTEDCP-1709: hack/test: remove timeouts
  • Loading branch information
openshift-merge-bot[bot] authored Jun 7, 2024
2 parents 225fbe0 + 7688ecf commit 2072710
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion hack/ci-test-e2e-azure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ trap generate_junit EXIT

bin/test-e2e \
-test.v \
-test.timeout=2h10m \
-test.run='^TestCreateCluster.*|^TestNodePool.*' \
-test.parallel=20 \
--e2e.platform=Azure \
Expand Down
1 change: 0 additions & 1 deletion hack/ci-test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ fi

bin/test-e2e \
-test.v \
-test.timeout=2h10m \
-test.run=${CI_TESTS_RUN} \
-test.parallel=20 \
--e2e.aws-credentials-file=/etc/hypershift-pool-aws-credentials/credentials \
Expand Down

0 comments on commit 2072710

Please sign in to comment.