mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
skip test_basic_reconstruction_put on win (#14082)
This commit is contained in:
parent
c9a9d422c7
commit
20f6cc2cb2
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ def test_basic_reconstruction(ray_start_cluster, reconstruction_enabled):
|
|||
raise e.as_instanceof_cause()
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == "win32", reason="Very flaky on Windows.")
|
||||
@pytest.mark.parametrize("reconstruction_enabled", [False, True])
|
||||
def test_basic_reconstruction_put(ray_start_cluster, reconstruction_enabled):
|
||||
config = {
|
||||
|
|
Loading…
Add table
Reference in a new issue