Skip to content

Commit

Permalink
Comment out running tests in updateAndRunTests.sh
Browse files Browse the repository at this point in the history
(cherry picked from commit 53691e7)
  • Loading branch information
patchwork01 committed Nov 24, 2023
1 parent 6133baa commit 8d6e15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test/nightly/updateAndRunTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ git fetch
git switch --discard-changes -C develop origin/develop

set +e
./runTests.sh "$VPC" "$SUBNETS" "$RESULTS_BUCKET" "$TEST_TYPE"
#./runTests.sh "$VPC" "$SUBNETS" "$RESULTS_BUCKET" "$TEST_TYPE"
EXIT_CODE=$?
set -e

Expand Down

0 comments on commit 8d6e15a

Please sign in to comment.