We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0caa0 commit 8623024Copy full SHA for 8623024
open_spiel/python/tests/games_sim_test.py
@@ -44,6 +44,10 @@
44
SPIEL_EXCLUDE_SIMS_TEST_GAMES_LIST = [
45
"dou_dizhu", # https://github.com/google-deepmind/open_spiel/issues/1358
46
"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",
51
]
52
53
# A list of games to exclude testing pickle serialization of the 'game type'
0 commit comments