We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae0ff1 commit 209fe7eCopy full SHA for 209fe7e
.github/workflows/install_and_test.sh
@@ -45,4 +45,6 @@ pytest -m 'not onlycluster'
45
CLUSTER_URL="redis://localhost:16379/0"
46
CLUSTER_SSL_URL="rediss://localhost:27379/0"
47
pytest -m 'not onlynoncluster and not redismod and not ssl' \
48
- --redis-url="${CLUSTER_URL}" --redis-ssl-url="${CLUSTER_SSL_URL}"
+ --ignore=tests/test_scenario \
49
+ --redis-url="${CLUSTER_URL}" \
50
+ --redis-ssl-url="${CLUSTER_SSL_URL}"
0 commit comments