Skip to content

Commit

Permalink
Remove xfail from unet export test. (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Jul 9, 2024
1 parent 7cc1be5 commit 4f5f31f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/turbine_models/tests/sd_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def testExportClipModel(self):
del current_args
del turbine

@unittest.expectedFailure
def testExportUnetModel(self):
current_args = copy.deepcopy(default_arguments)
blob_name = unet.export_unet_model(
Expand Down

0 comments on commit 4f5f31f

Please sign in to comment.