From ed3d9051eeffbcd4b2b5eb87e56ae43e4ff75d1c Mon Sep 17 00:00:00 2001 From: Samuele Date: Wed, 14 Feb 2024 20:41:09 +0100 Subject: [PATCH] chore(ci): re-enable off tests with the scheduler (#12565) --- .ci/test_suites.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/test_suites.json b/.ci/test_suites.json index 3a15dd205c5b..d44fa1f6a92c 100644 --- a/.ci/test_suites.json +++ b/.ci/test_suites.json @@ -17,6 +17,9 @@ { "name": "dbless", "exclude_tags": "flaky,ipv6,postgres,db", + "environment": { + "KONG_TEST_DATABASE": "off" + }, "venv_script": "kong-dev-venv.sh", "specs": [ "spec/02-integration/02-cmd/",