Skip to content
Snippets Groups Projects
Commit 1633ff3b authored by Shixiong Zhu's avatar Shixiong Zhu
Browse files

[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.
parent e64a2047
No related branches found
No related tags found
No related merge requests found
...@@ -838,7 +838,7 @@ class KafkaSourceStressForDontFailOnDataLossSuite extends StreamTest with Shared ...@@ -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 val reader = spark
.readStream .readStream
.format("kafka") .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