Skip to content

Commit

Permalink
Disable a test that is suspected to cause zoombie process
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed Dec 25, 2018
1 parent 3658d55 commit d831d99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/test_execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -1372,11 +1372,11 @@ def testNonExistentDependentTarget(self):
wf = script.workflow()
self.assertRaises(Exception, Base_Executor(wf).run)

def testExecuteIPynb(self):
'''Test extracting and executing workflow from .ipynb files'''
script = SoS_Script(filename='sample_workflow.ipynb')
wf = script.workflow()
Base_Executor(wf).run()
# def testExecuteIPynb(self):
# '''Test extracting and executing workflow from .ipynb files'''
# script = SoS_Script(filename='sample_workflow.ipynb')
# wf = script.workflow()
# Base_Executor(wf).run()

def testOutputReport(self):
'''Test generation of report'''
Expand Down

0 comments on commit d831d99

Please sign in to comment.