Skip to content
Snippets Groups Projects
Commit e104e55c authored by Shixiong Zhu's avatar Shixiong Zhu Committed by Reynold Xin
Browse files

[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.
parent 3ae63b80
No related branches found
No related tags found
No related merge requests found
......@@ -845,7 +845,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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment