We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40518a3 commit 89e89b0Copy full SHA for 89e89b0
test/test_integration.py
@@ -146,13 +146,6 @@ def setUp(self):
146
shell=True)
147
time.sleep(5)
148
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
156
157
# Prevent pytest/unittest's discovery from attempting to discover the base test class.
158
del IntegrationTest
0 commit comments