Skip to content

Commit

Permalink
remove previous temp fix for glpn tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-bene committed Oct 25, 2024
1 parent df94585 commit 3133285
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/models/glpn/test_modeling_glpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,6 @@ def setUp(self):
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()

Expand Down

0 comments on commit 3133285

Please sign in to comment.