Skip to content

Commit 3db6a88

Browse files
committed
Update test_modeling_common.py
1 parent b5059e7 commit 3db6a88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_modeling_common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4931,6 +4931,8 @@ def test_bc_torch_dtype(self):
49314931
"""
49324932
config, _ = self.model_tester.prepare_config_and_inputs_for_common()
49334933
for model_class in self.all_model_classes:
4934+
if "TimmBackbone" in model_class.__name__:
4935+
self.skipTest("TimmBackbone should not run this test")
49344936
# First check that it works correctly
49354937
model = model_class(copy.deepcopy(config))
49364938
with tempfile.TemporaryDirectory() as tmpdirname:

0 commit comments

Comments
 (0)