Switch skipped kafka test

This commit is contained in:
Daniel Nelson 2017-07-18 18:18:46 -07:00
parent c740dce36d
commit 4dfe2312d0
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@ 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())

View File

@ -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"}
zkPeers := []string{testutil.GetLocalHost() + ":2181"}