From 26a030def6a2e400294eed6dba1277aa165004fe Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Thu, 22 Jan 2026 00:14:52 +0300 Subject: [PATCH] CI: Execution of all the tests on ubuntu 24.04 is restored --- Dockerfile--ubuntu_24_04.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile--ubuntu_24_04.tmpl b/Dockerfile--ubuntu_24_04.tmpl index a6456e6d..bb77b84a 100644 --- a/Dockerfile--ubuntu_24_04.tmpl +++ b/Dockerfile--ubuntu_24_04.tmpl @@ -72,4 +72,4 @@ ssh-keygen -t rsa -f ~/.ssh/id_rsa -q -N ''; \ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys; \ chmod 600 ~/.ssh/authorized_keys; \ ls -la ~/.ssh/; \ -TEST_FILTER=\"TestTestgresLocal or TestOsOpsLocal or local\" bash ./run_tests.sh;" +TEST_FILTER=\"\" bash ./run_tests.sh;"