Switch skipped kafka test
This commit is contained in:
parent
5224e1748d
commit
6dd9bf5d1a
|
@ -17,7 +17,6 @@ func TestReadsMetricsFromKafka(t *testing.T) {
|
||||||
if testing.Short() {
|
if testing.Short() {
|
||||||
t.Skip("Skipping integration test in short mode")
|
t.Skip("Skipping integration test in short mode")
|
||||||
}
|
}
|
||||||
t.Skip("Skipping test due to circleci issue; ref #2487")
|
|
||||||
|
|
||||||
brokerPeers := []string{testutil.GetLocalHost() + ":9092"}
|
brokerPeers := []string{testutil.GetLocalHost() + ":9092"}
|
||||||
testTopic := fmt.Sprintf("telegraf_test_topic_%d", time.Now().Unix())
|
testTopic := fmt.Sprintf("telegraf_test_topic_%d", time.Now().Unix())
|
||||||
|
|
|
@ -17,6 +17,7 @@ func TestReadsMetricsFromKafka(t *testing.T) {
|
||||||
if testing.Short() {
|
if testing.Short() {
|
||||||
t.Skip("Skipping integration test in short mode")
|
t.Skip("Skipping integration test in short mode")
|
||||||
}
|
}
|
||||||
|
t.Skip("Skipping test due to circleci issue; ref #2487")
|
||||||
|
|
||||||
brokerPeers := []string{testutil.GetLocalHost() + ":9092"}
|
brokerPeers := []string{testutil.GetLocalHost() + ":9092"}
|
||||||
zkPeers := []string{testutil.GetLocalHost() + ":2181"}
|
zkPeers := []string{testutil.GetLocalHost() + ":2181"}
|
||||||
|
|
Loading…
Reference in New Issue