Skip to content

Commit bb5d9ae

Browse files
CI: Execution of all the tests on ubuntu 24.04 is restored (#321)
1 parent 186be73 commit bb5d9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile--ubuntu_24_04.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ ssh-keygen -t rsa -f ~/.ssh/id_rsa -q -N ''; \
7272
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys; \
7373
chmod 600 ~/.ssh/authorized_keys; \
7474
ls -la ~/.ssh/; \
75-
TEST_FILTER=\"TestTestgresLocal or TestOsOpsLocal or local\" bash ./run_tests.sh;"
75+
TEST_FILTER=\"\" bash ./run_tests.sh;"

0 commit comments

Comments
 (0)