Skip to content

Commit f9a51dd

Browse files
committed
skip hanging test in release too
1 parent e31eadd commit f9a51dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cli-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ jobs:
6868
if: matrix.dandi-version == 'release'
6969
run: >
7070
uvx --with dandi[test]
71-
pytest --pyargs -v --dandi-api dandi
71+
pytest --pyargs -v --dandi-api --deselect=tests/test_keyring.py::test_dandi_authenticate_no_env_var dandi
72+
# TODO: Revert back to
73+
# pytest --pyargs -v --dandi-api dandi
7274
env:
7375
DANDI_TESTS_PERSIST_DOCKER_COMPOSE: "1"
7476

0 commit comments

Comments
 (0)