Skip to content

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 <shixiong@databricks.com> Closes #16275 from zsxwing/ignore-flaky-test. (cherry picked from commit e104e55c16e229e521c517393b8163cbc3bbf85a) Signed-off-by: Reynold Xin <rxin@databricks.com>
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)