@@ -43,6 +43,7 @@ from transformers.testing_utils import (
...
@@ -43,6 +43,7 @@ from transformers.testing_utils import (
USER,
USER,
CaptureLogger,
CaptureLogger,
TestCasePlus,
TestCasePlus,
is_flaky,
is_staging_test,
is_staging_test,
require_accelerate,
require_accelerate,
require_flax,
require_flax,
...
@@ -288,6 +289,9 @@ class ModelUtilsTest(TestCasePlus):
...
@@ -288,6 +289,9 @@ class ModelUtilsTest(TestCasePlus):
self.assertIsNotNone(model)
self.assertIsNotNone(model)
@is_flaky(
description="Capturing logs is flaky: https://app.circleci.com/pipelines/github/huggingface/transformers/81004/workflows/4919e5c9-0ea2-457b-ad4f-65371f79e277/jobs/1038999"
description="Capturing logs is flaky: https://app.circleci.com/pipelines/github/huggingface/transformers/81004/workflows/4919e5c9-0ea2-457b-ad4f-65371f79e277/jobs/1038999"