Tag tests as slow (#21537)

begone slow tests
This commit is contained in:
Joao Gante
2023-02-09 14:46:15 +00:00
committed by GitHub
parent 3a726777ca
commit 0d33381fad
5 changed files with 13 additions and 0 deletions

View File

@@ -317,6 +317,11 @@ class TFMobileBertModelTest(TFModelTesterMixin, unittest.TestCase):
name = model.get_bias()
assert name is None
@slow
def test_keras_fit(self):
# Override as it is a slow test on this model
super().test_keras_fit()
@tooslow
def test_saved_model_creation(self):
pass