mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
Unskipped test in test_advanced_2.py (#21503)
This commit is contained in:
parent
92f030331e
commit
6420c75fd2
1 changed files with 0 additions and 2 deletions
|
@ -18,7 +18,6 @@ from ray._private.test_utils import (run_string_as_driver_nonblocking,
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == "win32", reason="OOM on Windows")
|
||||
def test_resource_constraints(shutdown_only):
|
||||
num_workers = 20
|
||||
ray.init(num_cpus=10, num_gpus=2)
|
||||
|
@ -95,7 +94,6 @@ def test_resource_constraints(shutdown_only):
|
|||
assert duration > 1
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == "win32", reason="OOM on Windows")
|
||||
def test_multi_resource_constraints(shutdown_only):
|
||||
num_workers = 20
|
||||
ray.init(num_cpus=10, num_gpus=10)
|
||||
|
|
Loading…
Add table
Reference in a new issue