Skip to content

Commit

Permalink
[mac] Skip test_cli.py::test_ray_start as it's currently flaky (#36496)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Fricke <kai@anyscale.com>
  • Loading branch information
krfricke authored Jun 16, 2023
1 parent 1aa3dba commit 33eb469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ray/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ def test_disable_usage_stats(monkeypatch, tmp_path):
# it seems like interactive terminal detection works differently in python 3.8
# compared to 3.7. Without this, tests would fail.
# Todo: This should be removed again. Also, some tests are currently skipped.
@pytest.mark.skipif(sys.platform == "darwin", reason="Currently failing on OSX")
def test_ray_start(configure_lang, monkeypatch, tmp_path, cleanup_ray):
monkeypatch.setenv("RAY_USAGE_STATS_CONFIG_PATH", str(tmp_path / "config.json"))
runner = CliRunner(env={"RAY_USAGE_STATS_PROMPT_ENABLED": "0"})
Expand Down

0 comments on commit 33eb469

Please sign in to comment.