[Disable Tests] New Dashboard Tests (#14845)

This commit is contained in:
Ian Rodney 2021-03-23 07:49:54 -07:00 committed by GitHub
parent 9053be0e63
commit e0f31bf035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"):