Skip to content

Commit 93fdd2f

Browse files
committed
ci: enable NamedParameterTests suite
1 parent cc1c423 commit 93fdd2f

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
@@ -9,6 +9,7 @@ SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
99
:ConsistencyThreeNodeClusterTests.*\
1010
:SerialConsistencyTests.*\
1111
:PreparedTests.*\
12+
:NamedParametersTests.*\
1213
:CassandraTypes/CassandraTypesTests/*.Integration_Cassandra_*\
1314
:BatchSingleNodeClusterTests*:BatchCounterSingleNodeClusterTests*:BatchCounterThreeNodeClusterTests*\
1415
:ErrorTests.*\
@@ -35,6 +36,7 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
3536
:ConsistencyThreeNodeClusterTests.*\
3637
:SerialConsistencyTests.*\
3738
:PreparedTests.*\
39+
:NamedParametersTests.*\
3840
:CassandraTypes/CassandraTypesTests/*.Integration_Cassandra_*\
3941
:ErrorTests.*\
4042
:SslClientAuthenticationTests*:SslNoClusterTests*:SslNoSslOnClusterTests*:SslTests*\

0 commit comments

Comments
 (0)