We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffdd3e9 commit 73f8757Copy full SHA for 73f8757
tests/test_dependencies.py
@@ -25,6 +25,7 @@
25
26
@needs_docker
27
@pytest.mark.skipif(not deps, reason="galaxy-tool-util is not installed")
28
+@pytest.mark.skip(reason="too flaky")
29
@pytest.mark.flaky(retries=3)
30
def test_biocontainers(tmp_path: Path) -> None:
31
wflow = get_data("tests/seqtk_seq.cwl")
@@ -46,6 +47,7 @@ def test_biocontainers(tmp_path: Path) -> None:
46
47
48
49
50
51
def test_biocontainers_resolution(tmp_path: Path) -> None:
52
"""Confirm expected container name for --beta-use-biocontainers."""
53
tool = load_tool(get_data("tests/seqtk_seq.cwl"), LoadingContext())
0 commit comments