no more skipped tests

pull/55/head
Philippe Guglielmetti 2017-01-20 10:12:00 +01:00
parent 9b9d69aee9
commit fd63dbf62e
1 changed files with 0 additions and 4 deletions

View File

@ -30,13 +30,9 @@ class TestDumpPDF():
run('../samples/nonfree/','dmca') run('../samples/nonfree/','dmca')
def test_3(self): def test_3(self):
nose.SkipTest()
return # takes too much time
run('../samples/nonfree/','f1040nr') run('../samples/nonfree/','f1040nr')
def test_4(self): def test_4(self):
nose.SkipTest()
return # takes too much time
run('../samples/nonfree/','i1040nr') run('../samples/nonfree/','i1040nr')
def test_5(self): def test_5(self):