mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
[tests] Fix Autoscaler Test failure on Windows (#13211)
* skip create_or_update tests * Update python/ray/tests/test_autoscaler.py Co-authored-by: Ameer Haj Ali <ameerh@berkeley.edu> Co-authored-by: Ameer Haj Ali <ameerh@berkeley.edu>
This commit is contained in:
@@ -545,6 +545,7 @@ class AutoscalingTest(unittest.TestCase):
|
||||
f"docker cp {docker_mount_prefix}/~/ray_bootstrap_config.yaml"
|
||||
runner.assert_has_call("1.2.3.4", pattern=pattern_to_assert)
|
||||
|
||||
@unittest.skipIf(sys.platform == "win32", "Failing on Windows.")
|
||||
def testDockerFileMountsRemoved(self):
|
||||
config = copy.deepcopy(SMALL_CLUSTER)
|
||||
config["file_mounts"] = {}
|
||||
|
||||
Reference in New Issue
Block a user