We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce5207 commit 6982773Copy full SHA for 6982773
.github/workflows/e2e.yml
@@ -84,7 +84,6 @@ jobs:
84
echo "Checking for failed_scenarios.txt"
85
if [ -f ./plugin/target/failed_scenarios.txt ]; then
86
echo "Found failed scenarios. Running retry tests."
87
-# python3 e2e/src/main/scripts/run_e2e_test.py --testRunner **/${{ matrix.tests }}/**/RetryTestRunner.java
88
mvn verify -Dtest=**/${{ matrix.tests }}/**/RetryTestRunner
89
else
90
echo "No failed scenarios found."
0 commit comments