[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:
Ian Rodney
2021-01-05 16:48:32 -08:00
committed by GitHub
parent 39813ff6b0
commit 92963800f6
+1
View File
@@ -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"] = {}