File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ pushd $E2E_DIR
9494
9595 # run tests
9696 echo " Run Tests"
97- pytest_args=( -rA - n 15 --dist loadfile --log-cli-level INFO --junitxml ../canary/integration_tests.xml)
97+ pytest_args=( -n 15 --dist loadfile --log-cli-level INFO --junitxml ../canary/integration_tests.xml)
9898 declare pytest_marks
9999 if [[ $SERVICE_REGION =~ ^(eu-north-1| eu-west-3)$ ]]; then
100100 # If select_regions_1 true we run the notebook_instance test
Original file line number Diff line number Diff line change 1- acktest @ git+https://github.com/aws-controllers-k8s/test-infra.git@c91073f388b3b42192aac300762fca2542fa39f0
1+ acktest @ git+https://github.com/aws-controllers-k8s/test-infra.git@b9fd0d31598f7cc9e2952d9513501c6c2464b059
22pytest == 8.0.2
33black >= 24.3.0
44flaky == 3.7.0
You can’t perform that action at this time.
0 commit comments