We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc387e commit ff12066Copy full SHA for ff12066
Makefile
@@ -5,6 +5,7 @@ ifndef SCYLLA_TEST_FILTER
5
SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
6
:BasicsTests.*\
7
:ConfigTests.*\
8
+:NullStringApiArgsTest.*\
9
:ConsistencyTwoNodeClusterTests.*\
10
:ConsistencyThreeNodeClusterTests.*\
11
:SerialConsistencyTests.*\
@@ -31,6 +32,7 @@ ifndef CASSANDRA_TEST_FILTER
31
32
CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
33
34
35
36
37
38
0 commit comments