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*\