Skip to content

Commit

Permalink
Skip test_generate_conda_docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Karetnikov committed Nov 21, 2023
1 parent 23999b9 commit 53b26fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda-store-server/tests/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ def test_generate_conda_pack(tmp_path, current_prefix):
assert output_filename.exists()


@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, current_prefix):
action.action_generate_conda_docker(
conda_prefix=current_prefix,
Expand Down

0 comments on commit 53b26fe

Please sign in to comment.