Skip to content

Commit

Permalink
Disable some tests for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
scanon committed Jan 20, 2024
1 parent a1d31a1 commit 877bbd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_jobrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _cleanup(self, job):
except OSError:
pass

@attr("offline")
@attr("online")
@patch("JobRunner.JobRunner.KBaseAuth", autospec=True)
@patch("JobRunner.JobRunner.EE2", autospec=True)
def test_run_sub(self, mock_ee2, mock_auth):
Expand Down Expand Up @@ -413,7 +413,7 @@ def test_run_slurm(self, mock_ee2, mock_auth):
out = jr.run()
self.assertNotIn("error", out)

@attr("offline")
@attr("online")
@patch("JobRunner.JobRunner.KBaseAuth", autospec=True)
@patch("JobRunner.JobRunner.EE2", autospec=True)
def test_run_wdl(self, mock_ee2, mock_auth):
Expand Down

0 comments on commit 877bbd4

Please sign in to comment.