We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce876c4 commit 44f4d9bCopy full SHA for 44f4d9b
tests/model_hub_tests/torch_tests/test_timm.py
@@ -85,7 +85,7 @@ def test_convert_model_precommit(self, name, ie_device):
85
self.run(name, None, ie_device)
86
87
@pytest.mark.nightly
88
- @pytest.mark.parametrize("mode", ["trace", "export"])
+ @pytest.mark.parametrize("mode", ["trace"]) # disable "export" for now
89
@pytest.mark.parametrize("name", get_all_models())
90
def test_convert_model_all_models(self, mode, name, ie_device):
91
self.mode = mode
0 commit comments