We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082bbf4 commit 0bbd0bbCopy full SHA for 0bbd0bb
1 file changed
tests/test_cmd_autoupdate.py
@@ -10,6 +10,7 @@
10
11
from .test_utils import (
12
CliTestCase,
13
+ mark,
14
skip_if_environ,
15
)
16
@@ -124,6 +125,7 @@ def test_autoupdate_multiple_workflows(self):
124
125
assert "No newer tool versions were found, so the workflow was not updated." in result.output
126
127
@skip_if_environ("PLANEMO_SKIP_GALAXY_TESTS")
128
+ @mark.tests_galaxy_branch
129
def test_autoupdate_gxformat2_workflow(self):
130
with self._isolate_with_test_data("wf_repos/autoupdate_tests") as f:
131
wf_file = os.path.join(f, "diff-refactor-test.gxwf.yml")
0 commit comments