mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Core] [Tests] Skip memory limit determination test for Windows. (#23955)
Memory limit determination test is not relevant for Windows; we already skip the CPU limit determination tests for Windows, so we skip for the memory limit determination as well.
This commit is contained in:
parent
408ac5e537
commit
93a8fb78ca
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ def test_accelerator_type_api(shutdown_only):
|
|||
wait_for_condition(lambda: ray.available_resources()[resource_name] < quantity)
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == "win32", reason="not relevant for windows")
|
||||
def test_get_system_memory():
|
||||
# cgroups v1, set
|
||||
with tempfile.NamedTemporaryFile("w") as memory_limit_file:
|
||||
|
|
Loading…
Add table
Reference in a new issue