Skip to content

Commit d5df8a1

Browse files
committed
CI: Point ccm to commit before the C* bug was introduced.
See the issue linked in the comment.
1 parent 4727e75 commit d5df8a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
6363
endif
6464

6565
ifndef CCM_COMMIT_ID
66-
export CCM_COMMIT_ID := master
66+
# TODO: change it back to master/next when https://github.com/scylladb/scylla-ccm/issues/646 is fixed.
67+
export CCM_COMMIT_ID := 5392dd68
6768
endif
6869

6970
ifndef SCYLLA_VERSION

0 commit comments

Comments
 (0)