Skip to content

Commit 45f8d9d

Browse files
authored
Update tests/openvino/test_modeling.py
1 parent 67ef640 commit 45f8d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/openvino/test_modeling.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -797,8 +797,8 @@ def test_default_filling_attention_mask_and_position_ids(self):
797797
gc.collect()
798798

799799
@parameterized.expand(SUPPORTED_ARCHITECTURES)
800-
# @pytest.mark.run_slow
801-
# @slow
800+
@pytest.mark.run_slow
801+
@slow
802802
def test_beam_search(self, model_arch):
803803
model_kwargs = {}
804804
model_id = MODEL_NAMES[model_arch]

0 commit comments

Comments
 (0)