Skip to content

Commit

Permalink
Skip kafka_consumer_integration_test due to issue on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Jun 8, 2017
1 parent f9447d0 commit 4c53443
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func TestReadsMetricsFromKafka(t *testing.T) {
if testing.Short() {
t.Skip("Skipping integration test in short mode")
}
t.Skip("Skipping test due to circleci issue; ref #2487")

brokerPeers := []string{testutil.GetLocalHost() + ":9092"}
testTopic := fmt.Sprintf("telegraf_test_topic_%d", time.Now().Unix())
Expand Down

0 comments on commit 4c53443

Please sign in to comment.