Skip to content

Commit 6982773

Browse files
committed
debugging failures
1 parent 0ce5207 commit 6982773

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
echo "Checking for failed_scenarios.txt"
8585
if [ -f ./plugin/target/failed_scenarios.txt ]; then
8686
echo "Found failed scenarios. Running retry tests."
87-
# python3 e2e/src/main/scripts/run_e2e_test.py --testRunner **/${{ matrix.tests }}/**/RetryTestRunner.java
8887
mvn verify -Dtest=**/${{ matrix.tests }}/**/RetryTestRunner
8988
else
9089
echo "No failed scenarios found."

0 commit comments

Comments
 (0)