From e6d4f31fe8241c59dfe621680b2c11cd36a192d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Uzarski?= Date: Wed, 9 Oct 2024 11:42:21 +0200 Subject: [PATCH] ci: enable NamedParameterTests suite --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 83530513..780491d8 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\ :SerialConsistencyTests.*\ :HeartbeatTests.*\ :PreparedTests.*\ +:NamedParametersTests.*\ :CassandraTypes/CassandraTypesTests/*.Integration_Cassandra_*\ :BatchSingleNodeClusterTests*:BatchCounterSingleNodeClusterTests*:BatchCounterThreeNodeClusterTests*\ :ErrorTests.*\ @@ -40,6 +41,7 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\ :SerialConsistencyTests.*\ :HeartbeatTests.*\ :PreparedTests.*\ +:NamedParametersTests.*\ :CassandraTypes/CassandraTypesTests/*.Integration_Cassandra_*\ :ErrorTests.*\ :SslClientAuthenticationTests*:SslNoClusterTests*:SslNoSslOnClusterTests*:SslTests*\