Skip to content

Commit 8623024

Browse files
committed
Disable pokerkit-based games until they are passing on Github Actions.
PiperOrigin-RevId: 813346738 Change-Id: I885c71406d7e021c5a1ca60983077b1f65ef048f
1 parent 6c0caa0 commit 8623024

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

open_spiel/python/tests/games_sim_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
SPIEL_EXCLUDE_SIMS_TEST_GAMES_LIST = [
4545
"dou_dizhu", # https://github.com/google-deepmind/open_spiel/issues/1358
4646
"quoridor", # https://github.com/google-deepmind/open_spiel/issues/1349
47+
# https://github.com/google-deepmind/open_spiel/issues/1373
48+
"python_pokerkit_wrapper_acpc_style",
49+
# Disabling while python_pokerkit_wrapper is disabled.
50+
"python_repeated_pokerkit",
4751
]
4852

4953
# A list of games to exclude testing pickle serialization of the 'game type'

0 commit comments

Comments
 (0)