mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +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:
co-authored by
Ameer Haj Ali
parent
39813ff6b0
commit
92963800f6
@@ -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