Skip to content

Commit

Permalink
Disable test_batch_compilation_no_fallback_runtime for nextflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bond-009 committed Oct 22, 2024
1 parent 3a592ed commit 14ede47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions tests/exercises/echo/solution/run-error.nf

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_functionality.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def test_batch_compilation_no_fallback(
assert spy.call_count == 1


@pytest.mark.parametrize("language", ALL_LANGUAGES)
@pytest.mark.parametrize("language", all_languages_except("nextflow"))
def test_batch_compilation_no_fallback_runtime(
language: str, tmp_path: Path, pytestconfig: pytest.Config
):
Expand Down

0 comments on commit 14ede47

Please sign in to comment.