Skip to content

Commit fb640f7

Browse files
committed
Disable AlphaZero tests while they are broken. (google-deepmind#1483)
PiperOrigin-RevId: 871750303 Change-Id: I10af1a242b2010e7350bbe464802739ba90c4274
1 parent b840f5f commit fb640f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

open_spiel/python/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,10 @@ set(PYTHON_TESTS ${PYTHON_TESTS}
291291
# Add Jax tests if it is enabled.
292292
if (OPEN_SPIEL_ENABLE_JAX)
293293
set (PYTHON_TESTS ${PYTHON_TESTS}
294-
algorithms/alpha_zero/evaluator_test.py
295-
algorithms/alpha_zero/model_test.py
294+
# Disabled while broken.
295+
# See https://github.com/google-deepmind/open_spiel/issues/1483
296+
# algorithms/alpha_zero/evaluator_test.py
297+
# algorithms/alpha_zero/model_test.py
296298
jax/deep_cfr_jax_test.py
297299
jax/dqn_jax_test.py
298300
jax/nfsp_jax_test.py

0 commit comments

Comments
 (0)