Skip to content

Commit c28e6da

Browse files
authored
Unskip tests that were previously failing (#846)
1 parent 541ee66 commit c28e6da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

papermill/tests/test_execute.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ def setUp(self):
174174
def tearDown(self):
175175
shutil.rmtree(self.test_dir)
176176

177-
@unittest.skip("FIX: Test is broken")
178177
def test(self):
179178
path = get_notebook_path('broken2.ipynb')
180179
result_path = os.path.join(self.test_dir, 'broken2.ipynb')
@@ -439,7 +438,6 @@ def setUp(self):
439438
def tearDown(self):
440439
shutil.rmtree(self.test_dir)
441440

442-
@unittest.skip("FIX: Test is broken")
443441
def test_output_formatting(self):
444442
notebook_name = 'sysexit1.ipynb'
445443
result_path = os.path.join(self.test_dir, f'output_{notebook_name}')

0 commit comments

Comments
 (0)