Skip to content

Commit 73f8757

Browse files
committed
skip some too-flaky biocontainers tests
1 parent ffdd3e9 commit 73f8757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_dependencies.py

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

2626
@needs_docker
2727
@pytest.mark.skipif(not deps, reason="galaxy-tool-util is not installed")
28+
@pytest.mark.skip(reason="too flaky")
2829
@pytest.mark.flaky(retries=3)
2930
def test_biocontainers(tmp_path: Path) -> None:
3031
wflow = get_data("tests/seqtk_seq.cwl")
@@ -46,6 +47,7 @@ def test_biocontainers(tmp_path: Path) -> None:
4647

4748
@needs_docker
4849
@pytest.mark.skipif(not deps, reason="galaxy-tool-util is not installed")
50+
@pytest.mark.skip(reason="too flaky")
4951
def test_biocontainers_resolution(tmp_path: Path) -> None:
5052
"""Confirm expected container name for --beta-use-biocontainers."""
5153
tool = load_tool(get_data("tests/seqtk_seq.cwl"), LoadingContext())

0 commit comments

Comments
 (0)