From 7d65dd8bf903b32c8d778fb002ab8aac15840cee Mon Sep 17 00:00:00 2001 From: malavan Date: Wed, 4 Aug 2021 01:50:55 +0000 Subject: [PATCH] disable node redis for now since it does not work with redis 6.23 Former-commit-id: 6bd93684b6078782fc40973b253f1534d79888c1 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad94bc2a8..bfe59aec1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,8 @@ runtest-sentinel: node-redis-test: extends: .standard-pipeline + rules: + - when: never tags: - docker - ipv6