Skip to content

Commit 0bbd0bb

Browse files
committed
Mark gxformat2 autoupdate test
1 parent 082bbf4 commit 0bbd0bb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_cmd_autoupdate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
from .test_utils import (
1212
CliTestCase,
13+
mark,
1314
skip_if_environ,
1415
)
1516

@@ -124,6 +125,7 @@ def test_autoupdate_multiple_workflows(self):
124125
assert "No newer tool versions were found, so the workflow was not updated." in result.output
125126

126127
@skip_if_environ("PLANEMO_SKIP_GALAXY_TESTS")
128+
@mark.tests_galaxy_branch
127129
def test_autoupdate_gxformat2_workflow(self):
128130
with self._isolate_with_test_data("wf_repos/autoupdate_tests") as f:
129131
wf_file = os.path.join(f, "diff-refactor-test.gxwf.yml")

0 commit comments

Comments
 (0)