[tests] remove pt_tf equivalence tests (#36253)
This commit is contained in:
@@ -270,10 +270,6 @@ class TFDebertaModelTest(TFModelTesterMixin, PipelineTesterMixin, unittest.TestC
|
||||
model = TFDebertaModel.from_pretrained("kamalkraj/deberta-base")
|
||||
self.assertIsNotNone(model)
|
||||
|
||||
@unittest.skip("This test was broken by the refactor in #22105, TODO @ArthurZucker")
|
||||
def test_pt_tf_model_equivalence(self):
|
||||
pass
|
||||
|
||||
|
||||
@require_tf
|
||||
class TFDeBERTaModelIntegrationTest(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user