Skip to content

Commit 209fe7e

Browse files
committed
Ignoring e2e tests for validate building and installing pipeline actions
1 parent dae0ff1 commit 209fe7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/install_and_test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ pytest -m 'not onlycluster'
4545
CLUSTER_URL="redis://localhost:16379/0"
4646
CLUSTER_SSL_URL="rediss://localhost:27379/0"
4747
pytest -m 'not onlynoncluster and not redismod and not ssl' \
48-
--redis-url="${CLUSTER_URL}" --redis-ssl-url="${CLUSTER_SSL_URL}"
48+
--ignore=tests/test_scenario \
49+
--redis-url="${CLUSTER_URL}" \
50+
--redis-ssl-url="${CLUSTER_SSL_URL}"

0 commit comments

Comments
 (0)