Skip to content

Commit

Permalink
Skip problem test_every_simulator_command (#17898)
Browse files Browse the repository at this point in the history
Skip problem
  • Loading branch information
emlowe committed Apr 24, 2024
1 parent 1821d6b commit c04cd66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chia/_tests/cmds/test_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def get_profile_path(starting_string: str) -> str:
return starting_string + str(i)


@pytest.mark.skip("TODO: Fix this - hangs often in CI - root cause unknown")
def test_every_simulator_command() -> None:
starting_str = "ci_test"
simulator_name = get_profile_path(starting_str)
Expand Down

0 comments on commit c04cd66

Please sign in to comment.