Skip to content

Commit

Permalink
Skip MobileNetV1ModelTest::test_batching_equivalence for now (#35614)
Browse files Browse the repository at this point in the history
fix

Co-authored-by: ydshieh <[email protected]>
  • Loading branch information
ydshieh and ydshieh authored Jan 10, 2025
1 parent 04eae98 commit 1e3c6c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/models/mobilenet_v1/test_modeling_mobilenet_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ def test_model_from_pretrained(self):
model = MobileNetV1Model.from_pretrained(model_name)
self.assertIsNotNone(model)

# TODO: ydshieh
@unittest.skip("skip for now as #35564 fails this test more frequently for this model")
@is_flaky(description="is_flaky https://github.com/huggingface/transformers/pull/31258")
def test_batching_equivalence(self):
super().test_batching_equivalence()
Expand Down

0 comments on commit 1e3c6c1

Please sign in to comment.