mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[Disable Tests] New Dashboard Tests (#14845)
This commit is contained in:
parent
9053be0e63
commit
e0f31bf035
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ import ray
|
|||
from ray import ray_constants
|
||||
|
||||
|
||||
@pytest.mark.skip("Flaky test")
|
||||
def test_ray_start_default_port_conflict(call_ray_stop_only, shutdown_only):
|
||||
subprocess.check_call(["ray", "start", "--head"])
|
||||
ray.init(address="auto")
|
||||
|
@ -62,6 +63,7 @@ ray.shutdown()
|
|||
""")
|
||||
|
||||
|
||||
@pytest.mark.skip("Test fails on master")
|
||||
def test_port_conflict(shutdown_only):
|
||||
sock = socket.socket()
|
||||
if hasattr(socket, "SO_REUSEPORT"):
|
||||
|
|
Loading…
Add table
Reference in a new issue