Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
The newly introduced test from ray-project#32690 fails on Windows, so skip it.

The likely cause is an incompatibility of the test logic with Windows. In any case, it's not important to support functionality added in that PR on Windows.
  • Loading branch information
DmitriGekhtman committed Feb 24, 2023
1 parent a0c21dd commit 92ed2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ray/tests/test_basic_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def get_kv_metrics():
assert freqs["internal_kv_get"] == 4


@pytest.mark.skipif(sys.platform == "win32", reason="Fails on Windows.")
@pytest.mark.parametrize("root_process_no_site", [0, 1])
@pytest.mark.parametrize("root_process_no_user_site", [0, 1])
def test_site_flag_inherited(
Expand Down

0 comments on commit 92ed2e0

Please sign in to comment.