Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 019d1fa

Browse files
zsxwingrxin
authored andcommitted
[SPARK-18588][TESTS] Ignore KafkaSourceStressForDontFailOnDataLossSuite
## What changes were proposed in this pull request? Disable KafkaSourceStressForDontFailOnDataLossSuite for now. ## How was this patch tested? Jenkins Author: Shixiong Zhu <[email protected]> Closes apache#16275 from zsxwing/ignore-flaky-test. (cherry picked from commit e104e55) Signed-off-by: Reynold Xin <[email protected]>
1 parent 5693ac8 commit 019d1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaSourceSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ class KafkaSourceStressForDontFailOnDataLossSuite extends StreamTest with Shared
845845
}
846846
}
847847

848-
test("stress test for failOnDataLoss=false") {
848+
ignore("stress test for failOnDataLoss=false") {
849849
val reader = spark
850850
.readStream
851851
.format("kafka")

0 commit comments

Comments
 (0)