Skip to content

Commit a327102

Browse files
committed
Disable fail fast test mode by default
1 parent d6cc685 commit a327102

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,6 @@ def get_boolean_env(name, default=False):
141141
"org.graalvm.tools.lsp.test",
142142
])
143143

144-
if CI and not os.environ.get("GRAALPYTEST_FAIL_FAST"):
145-
os.environ["GRAALPYTEST_FAIL_FAST"] = "true"
146-
147144

148145
def is_collecting_coverage():
149146
return bool(mx_gate.get_jacoco_agent_args() or _COLLECTING_COVERAGE)

0 commit comments

Comments
 (0)