Skip to content

Commit 3ad0e9f

Browse files
committed
Skip the HF conversion test.
1 parent b3156b1 commit 3ad0e9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

keras_hub/src/utils/transformers/convert_dinov3_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
class TestTask(TestCase):
99
@pytest.mark.large
1010
def test_convert_tiny_preset(self):
11+
pytest.skip(reason="TODO: enable after HF token is available in CI")
1112
model = DINOV3Backbone.from_preset(
1213
"hf://facebook/dinov3-vits16-pretrain-lvd1689m",
1314
image_shape=(224, 224, 3),

0 commit comments

Comments
 (0)