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

@@ -268,6 +268,7 @@ class MobileViTModelTest(TFModelTesterMixin, unittest.TestCase):
not is_tf_available() or len(tf.config.list_physical_devices("GPU")) == 0,
reason="TF does not support backprop for grouped convolutions on CPU.",
)
@slow
def test_keras_fit(self):
config, _ = self.model_tester.prepare_config_and_inputs_for_common()