Skip to content

Commit

Permalink
reenable test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jul 7, 2023
1 parent 6dfb207 commit 3534850
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,6 @@ 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 3534850

Please sign in to comment.