Skip to content

Commit 0b7cf56

Browse files
committed
ci: enable NamedParameterTests suite
1 parent 293a032 commit 0b7cf56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
1010
:ConsistencyThreeNodeClusterTests.*\
1111
:SerialConsistencyTests.*\
1212
:PreparedTests.*\
13+
:NamedParametersTests.*\
1314
:CassandraTypes/CassandraTypesTests/*.Integration_Cassandra_*\
1415
:BatchSingleNodeClusterTests*:BatchCounterSingleNodeClusterTests*:BatchCounterThreeNodeClusterTests*\
1516
:ErrorTests.*\
@@ -37,6 +38,7 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
3738
:ConsistencyThreeNodeClusterTests.*\
3839
:SerialConsistencyTests.*\
3940
:PreparedTests.*\
41+
:NamedParametersTests.*\
4042
:CassandraTypes/CassandraTypesTests/*.Integration_Cassandra_*\
4143
:ErrorTests.*\
4244
:SslClientAuthenticationTests*:SslNoClusterTests*:SslNoSslOnClusterTests*:SslTests*\

0 commit comments

Comments
 (0)