Skip to content

Commit

Permalink
ci: temporarily disable kafka test
Browse files Browse the repository at this point in the history
  • Loading branch information
blukat29 authored and ian0371 committed May 10, 2024
1 parent 0c61c1a commit ede920d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ executors:
username: $DOCKER_LOGIN
password: $DOCKER_PASSWORD
- name: zookeeper
image: wurstmeister/zookeeper
image: zookeeper
auth:
username: $DOCKER_LOGIN
password: $DOCKER_PASSWORD
- name: kafka
image: wurstmeister/kafka
image: bitnami/kafka
auth:
username: $DOCKER_LOGIN
password: $DOCKER_PASSWORD
Expand Down
3 changes: 2 additions & 1 deletion datasync/chaindatafetcher/kafka/kafka_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -580,5 +580,6 @@ func (s *KafkaSuite) TestKafka_Consumer_AddTopicAndHandler_Error() {
}

func TestKafkaSuite(t *testing.T) {
suite.Run(t, new(KafkaSuite))
// TODO: revive after CircleCI image fix
// suite.Run(t, new(KafkaSuite))
}

0 comments on commit ede920d

Please sign in to comment.