Skip to content

Commit 44f4d9b

Browse files
authored
[GHA] Disable export in timm tests until problem with timeout is solved (openvinotoolkit#22563)
1 parent ce876c4 commit 44f4d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model_hub_tests/torch_tests/test_timm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_convert_model_precommit(self, name, ie_device):
8585
self.run(name, None, ie_device)
8686

8787
@pytest.mark.nightly
88-
@pytest.mark.parametrize("mode", ["trace", "export"])
88+
@pytest.mark.parametrize("mode", ["trace"]) # disable "export" for now
8989
@pytest.mark.parametrize("name", get_all_models())
9090
def test_convert_model_all_models(self, mode, name, ie_device):
9191
self.mode = mode

0 commit comments

Comments
 (0)