Skip to content

Commit f68b6f5

Browse files
committed
v2: Disable determinism tests for CI
1 parent 5209218 commit f68b6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/determinism_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class AlgorithmDeterminismTest:
3939
3. Inspect determinism_tests.log
4040
"""
4141

42-
ENABLED = True
42+
ENABLED = False
4343
"""
4444
whether determinism tests are enabled.
4545
"""

0 commit comments

Comments
 (0)