Skip to content

Commit

Permalink
Skip test_generate_conda_docker
Browse files Browse the repository at this point in the history
See #666.
  • Loading branch information
Nikita Karetnikov authored and nkaretnikov committed Nov 21, 2023
1 parent a5680f8 commit 65fc72e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda-store-server/tests/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ def test_generate_conda_pack(tmp_path, conda_prefix):
assert output_filename.exists()


@pytest.mark.skipif(sys.platform != "linux", reason="conda-docker only works on linux")
@pytest.mark.skip(reason=(
"upstream issue in conda-docker, see "
"https://github.com/conda-incubator/conda-store/issues/666"))
def test_generate_conda_docker(conda_store, conda_prefix):
action.action_generate_conda_docker(
conda_prefix=conda_prefix,
Expand Down

0 comments on commit 65fc72e

Please sign in to comment.