Skip to content

Commit

Permalink
Skipping a test that will need a new pretrained model to work
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsandberg committed May 9, 2017
1 parent cb5c750 commit ee3fa80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/train_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def test_train_tripletloss_inception_resnet_v1(self):
args = train_tripletloss.parse_arguments(argv)
train_tripletloss.main(args)

@unittest.skip("Skip this until there is a new pretrained model or the test case is rewritten")
def test_finetune_tripletloss_inception_resnet_v1(self):
print('test_finetune_tripletloss_inception_resnet_v1')
argv = ['--logs_base_dir', self.tmp_dir,
Expand Down

0 comments on commit ee3fa80

Please sign in to comment.