[tests] remove pt_tf equivalence tests (#36253)
This commit is contained in:
@@ -303,10 +303,6 @@ class DebertaV2ModelTest(ModelTesterMixin, PipelineTesterMixin, unittest.TestCas
|
||||
def test_torch_fx(self):
|
||||
pass
|
||||
|
||||
@unittest.skip("This test was broken by the refactor in #22105, TODO @ArthurZucker")
|
||||
def test_pt_tf_model_equivalence(self):
|
||||
pass
|
||||
|
||||
|
||||
@require_torch
|
||||
@require_sentencepiece
|
||||
|
||||
@@ -290,10 +290,6 @@ class TFDebertaModelTest(TFModelTesterMixin, PipelineTesterMixin, unittest.TestC
|
||||
model = TFDebertaV2Model.from_pretrained("kamalkraj/deberta-v2-xlarge")
|
||||
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 TFDeBERTaV2ModelIntegrationTest(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user