Skip to content

Commit 4f5f31f

Browse files
authored
Remove xfail from unet export test. (#767)
1 parent 7cc1be5 commit 4f5f31f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/turbine_models/tests/sd_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ def testExportClipModel(self):
196196
del current_args
197197
del turbine
198198

199-
@unittest.expectedFailure
200199
def testExportUnetModel(self):
201200
current_args = copy.deepcopy(default_arguments)
202201
blob_name = unet.export_unet_model(

0 commit comments

Comments
 (0)