Skip to content

Commit e14237f

Browse files
committed
tests being cancelled
1 parent 17966f5 commit e14237f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/operators/forecast/test_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ def test_pandas_additional_input(operator_setup, model):
838838
# )
839839

840840

841-
@pytest.mark.parametrize("model", MODELS)
841+
@pytest.mark.parametrize("model", ["prophet"])
842842
def test_date_format(operator_setup, model):
843843
tmpdirname = operator_setup
844844
historical_data_path, additional_data_path = setup_small_rossman()

0 commit comments

Comments
 (0)