Skip to content

Commit

Permalink
skip some test
Browse files Browse the repository at this point in the history
Former-commit-id: ef41c66
  • Loading branch information
voidful committed Jun 25, 2020
1 parent 284a223 commit 11bb336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfkit/test/test_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
import pytest


@pytest.mark.skip()
class TestEval(unittest.TestCase):

def testHelp(self):
result = os.system('tfkit-dump -h')
assert (result == 0)

@pytest.mark.skip()
def testDump(self):
result = os.system(
'tfkit-dump --model ./cache/10.pt --dumpdir ./cache/dump')
Expand Down

0 comments on commit 11bb336

Please sign in to comment.