Skip to content

Commit

Permalink
skip macos x miniforge x micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jul 7, 2023
1 parent 95e14e1 commit 96b1412
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@ def test_example_extra_files(tmp_path, request):
_run_installer(input_path, installer, install_dir, request=request)


@pytest.mark.skipif(
sys.platform == "Darwin" and CONSTRUCTOR_CONDA_EXE.endswith("micromamba"),
reason="Known to fail. See https://github.com/conda/constructor/issues/674."
)
def test_example_miniforge(tmp_path, request):
input_path = _example_path("miniforge")
for installer, install_dir in create_installer(input_path, tmp_path):
Expand Down

0 comments on commit 96b1412

Please sign in to comment.