Skip to content

Commit 89e89b0

Browse files
committed
Separate test to different PR.
1 parent 40518a3 commit 89e89b0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/test_integration.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,6 @@ def setUp(self):
146146
shell=True)
147147
time.sleep(5)
148148

149-
def test_wdl_md5sum(self):
150-
"""Pass a local md5sum cwl to the wes-service server, and check for the correct output."""
151-
wdl_local_path = os.path.abspath('testdata/md5sum.wdl')
152-
output_filepath, _ = run_wdl_md5sum(wdl_input=wdl_local_path)
153-
154-
self.assertTrue(check_for_file(output_filepath), 'Output file was not found: ' + str(output_filepath))
155-
156149

157150
# Prevent pytest/unittest's discovery from attempting to discover the base test class.
158151
del IntegrationTest

0 commit comments

Comments
 (0)