[SPARK-18588][SS][KAFKA] Ignore the flaky kafka test

## What changes were proposed in this pull request?

Ignore the flaky test to unblock other PRs while I'm debugging it.

## How was this patch tested?

Jenkins

Author: Shixiong Zhu <shixiong@databricks.com>

Closes #16051 from zsxwing/ignore-flaky-kafka-test.
This commit is contained in:
Shixiong Zhu 2016-11-28 21:04:20 -08:00
parent e64a2047ea
commit 1633ff3b6c

View file

@ -838,7 +838,7 @@ class KafkaSourceStressForDontFailOnDataLossSuite extends StreamTest with Shared
}
}
test("stress test for failOnDataLoss=false") {
ignore("stress test for failOnDataLoss=false") {
val reader = spark
.readStream
.format("kafka")