mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 07:44:45 +08:00
Remove test_autoscaler_yaml from windows tests (#11197)
Co-authored-by: Ameer Haj Ali <ameerhajali@ameers-mbp.lan> Co-authored-by: Alex Wu <alex@anyscale.io> Co-authored-by: Alex Wu <itswu.alex@gmail.com> Co-authored-by: Eric Liang <ekhliang@gmail.com>
This commit is contained in:
@@ -7,6 +7,7 @@ import urllib
|
||||
import yaml
|
||||
import copy
|
||||
from unittest.mock import MagicMock, Mock, patch
|
||||
import pytest
|
||||
|
||||
from ray.autoscaler._private.util import prepare_config, validate_config
|
||||
from ray.test_utils import recursive_fnmatch
|
||||
@@ -33,6 +34,9 @@ class AutoscalingConfigTest(unittest.TestCase):
|
||||
except Exception:
|
||||
self.fail("Config did not pass validation test!")
|
||||
|
||||
@pytest.mark.skipif(
|
||||
sys.platform.startswith("win"),
|
||||
reason="TODO(ameer): fails on Windows.")
|
||||
def testValidateDefaultConfigAWSMultiNodeTypes(self):
|
||||
aws_config_path = os.path.join(
|
||||
RAY_PATH, "autoscaler/aws/example-multi-node-type.yaml")
|
||||
|
||||
Reference in New Issue
Block a user