Skip to content

Commit

Permalink
Skip ray tests on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Sep 8, 2023
1 parent 243db63 commit db464fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scripts/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ def test_train_rl_cnn_policy(tmpdir: str, rng):
}


@pytest.skipif(sys.platform.startswith("win"), reason="Ray is buggy on windows.")
@pytest.mark.parametrize("config_updates", PARALLEL_CONFIG_UPDATES)
def test_parallel(config_updates, tmpdir):
"""Hyperparam tuning smoke test."""
Expand Down

0 comments on commit db464fe

Please sign in to comment.