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 99f6e44 commit 50c594cCopy full SHA for 50c594c
Makefile
@@ -5,6 +5,7 @@ ifndef SCYLLA_TEST_FILTER
5
SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
6
:BasicsTests.*\
7
:ConfigTests.*\
8
+:HeartbeatTests.*\
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