Skip to content

Commit 9ee7c2e

Browse files
committed
Property remove reload_sandboxjs
1 parent 422e1b5 commit 9ee7c2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ def test_js_console_cmd_line_tool(self):
560560

561561
def test_no_js_console(self):
562562
for test_file in ("js_output.cwl", "js_output_workflow.cwl"):
563-
self.reload_sandboxjs()
564563
queue = Queue()
565564
process = Process(target=self.get_main_stderr, args=(queue, ["--debug", get_data("tests/wf/" + test_file)]))
566565
process.start()

0 commit comments

Comments
 (0)