aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorShixiong Zhu <shixiong@databricks.com>2016-11-28 21:04:20 -0800
committerShixiong Zhu <shixiong@databricks.com>2016-11-28 21:04:20 -0800
commit1633ff3b6c97e33191859f34c868782cbb0972fd (patch)
tree4028bd4690c3e3eda5d81db08b8340d140abfae7 /external
parente64a2047eaf02d65dcf98b6e0710e10196aa74b1 (diff)
downloadspark-1633ff3b6c97e33191859f34c868782cbb0972fd.tar.gz
spark-1633ff3b6c97e33191859f34c868782cbb0972fd.tar.bz2
spark-1633ff3b6c97e33191859f34c868782cbb0972fd.zip
[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.
Diffstat (limited to 'external')
-rw-r--r--external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala b/external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala
index f9f62581a3..e1af14f95d 100644
--- a/external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala
+++ b/external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala
@@ -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")