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 ac49147 commit 43f54a5Copy full SHA for 43f54a5
graalpython/com.oracle.graal.python.test/src/tests/test_tagged_unittests.py
@@ -208,6 +208,9 @@ def parse_unittest_output(output):
208
break
209
210
if p.returncode == 0:
211
+ if repeat == 0 and maxrepeats > 1:
212
+ print(f"Suite succeeded with {len(passing_tests)} tests, retrying to confirm tags are correct")
213
+ continue
214
print(f"Suite succeeded with {len(passing_tests)} tests")
215
216
else:
0 commit comments