Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dickreuter committed Feb 18, 2024
1 parent 2097436 commit 383da99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_gym_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ def test_raise_to_3_times_big_blind_is_possible_with_enough_remaining_stack():
assert env.players[0].stack == 0



@pytest.mark.skip("Test-scenario is not like title of the test and player_cycle.alive has by several executions a "
"changed behaviour")
def test_heads_up_after_flop():
"""All in at pre-flop leads to heads up after flop.
For more info about skipping of this test see https://github.com/dickreuter/neuron_poker/issues/39.
Expand Down

0 comments on commit 383da99

Please sign in to comment.