Skip to content

Commit c1d37c7

Browse files
committed
ci: enable NamedParameterTests suite
1 parent 922e24a commit c1d37c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
1111
:SerialConsistencyTests.*\
1212
:HeartbeatTests.*\
1313
:PreparedTests.*\
14+
:NamedParametersTests.*\
1415
:CassandraTypes/CassandraTypesTests/*.Integration_Cassandra_*\
1516
:BatchSingleNodeClusterTests*:BatchCounterSingleNodeClusterTests*:BatchCounterThreeNodeClusterTests*\
1617
:ErrorTests.*\
@@ -40,6 +41,7 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
4041
:SerialConsistencyTests.*\
4142
:HeartbeatTests.*\
4243
:PreparedTests.*\
44+
:NamedParametersTests.*\
4345
:CassandraTypes/CassandraTypesTests/*.Integration_Cassandra_*\
4446
:ErrorTests.*\
4547
:SslClientAuthenticationTests*:SslNoClusterTests*:SslNoSslOnClusterTests*:SslTests*\

0 commit comments

Comments
 (0)