Skip to content

Commit

Permalink
Reenable resubmit integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Dec 14, 2022
1 parent a1abac5 commit 1c7dc2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
celery[pytest] # required for the resubmission tests
galaxy-util@git+https://github.com/galaxyproject/galaxy.git@release_22.05#subdirectory=packages/util
galaxy-objectstore@git+https://github.com/galaxyproject/galaxy.git@release_22.05#subdirectory=packages/objectstore
galaxy-files@git+https://github.com/galaxyproject/galaxy.git@release_22.05#subdirectory=packages/files
Expand Down
10 changes: 5 additions & 5 deletions tests/test_mapper_resubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def _assert_job_fails(self, tool_id="exit_code_oom", resource_parameters=None):
assert exception_thrown

# FIXME: Temporarily disable tests till https://github.com/galaxyproject/galaxy/issues/14021 is resolved.
# def test_mapping_with_resubmission(self):
# self._assert_job_passes(tool_id="exit_code_oom_with_resubmit")
#
# def test_mapping_without_resubmission(self):
# self._assert_job_fails(tool_id="exit_code_oom_no_resubmit")
def test_mapping_with_resubmission(self):
self._assert_job_passes(tool_id="exit_code_oom_with_resubmit")

def test_mapping_without_resubmission(self):
self._assert_job_fails(tool_id="exit_code_oom_no_resubmit")

0 comments on commit 1c7dc2b

Please sign in to comment.