Skip to content

Commit

Permalink
Fix lint (ray-project#35844)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored May 27, 2023
1 parent 6e032bb commit 0e22d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ray/tests/test_scheduling_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ def check_locality(x):
print(i, x, task)
ray.get(task)


@pytest.mark.skipif(platform.system() == "Windows", reason="Metrics flake on Windows.")
def test_workload_placement_metrics(ray_start_regular):
@ray.remote(num_cpus=1)
Expand Down

0 comments on commit 0e22d21

Please sign in to comment.