Skip to content

Commit 50c594c

Browse files
committed
ci: enable HeartbeatTests suite
1 parent 99f6e44 commit 50c594c

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
@@ -5,6 +5,7 @@ ifndef SCYLLA_TEST_FILTER
55
SCYLLA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
66
:BasicsTests.*\
77
:ConfigTests.*\
8+
:HeartbeatTests.*\
89
:ConsistencyTwoNodeClusterTests.*\
910
:ConsistencyThreeNodeClusterTests.*\
1011
:SerialConsistencyTests.*\
@@ -31,6 +32,7 @@ ifndef CASSANDRA_TEST_FILTER
3132
CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
3233
:BasicsTests.*\
3334
:ConfigTests.*\
35+
:HeartbeatTests.*\
3436
:ConsistencyTwoNodeClusterTests.*\
3537
:ConsistencyThreeNodeClusterTests.*\
3638
:SerialConsistencyTests.*\

0 commit comments

Comments
 (0)