mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
skip test_pipeline_depth_estimation
temporarily (#34316)
skip Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
d9f733625c
commit
c42b3223db
@ -157,6 +157,14 @@ class GLPNModelTest(ModelTesterMixin, PipelineTesterMixin, unittest.TestCase):
|
||||
self.model_tester = GLPNModelTester(self)
|
||||
self.config_tester = GLPNConfigTester(self, config_class=GLPNConfig)
|
||||
|
||||
@unittest.skip(reason="Failing after #32550")
|
||||
def test_pipeline_depth_estimation(self):
|
||||
pass
|
||||
|
||||
@unittest.skip(reason="Failing after #32550")
|
||||
def test_pipeline_depth_estimation_fp16(self):
|
||||
pass
|
||||
|
||||
def test_config(self):
|
||||
self.config_tester.run_common_tests()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user