Skip to content

Commit c945550

Browse files
committed
mute big dataset test due to time out
1 parent 049b7cb commit c945550

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/operators/anomaly/test_anomaly_simple.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from ads.opctl.operator.cmd import run
1818

1919

20-
MODELS = ["autots", "oneclasssvm", "isolationforest"] # "automlx",
20+
MODELS = ["autots"] # "automlx",
2121

2222
# Mandatory YAML parameters
2323
TEMPLATE_YAML = {
@@ -52,6 +52,7 @@
5252
for d in DATASETS:
5353
parameters_short.append((m, d))
5454

55+
MODELS = ["autots", "oneclasssvm", "isolationforest"]
5556

5657
@pytest.mark.parametrize("model", ["autots"])
5758
def test_artificial_big(model):

0 commit comments

Comments
 (0)