Skip to content

Commit fa313e5

Browse files
committed
Enable
1 parent 625e51f commit fa313e5

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
@@ -844,7 +844,7 @@ class KafkaSourceStressForDontFailOnDataLossSuite extends StreamTest with Shared
844844
}
845845
}
846846

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

0 commit comments

Comments
 (0)