Skip to content

Commit 596a4cb

Browse files
rxintdas
authored andcommitted
Disable flaky test: ReceiverSuite "block generator throttling".
1 parent 0163325 commit 596a4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class ReceiverSuite extends TestSuiteBase with Timeouts with Serializable {
155155
assert(recordedData.toSet === generatedData.toSet)
156156
}
157157

158-
test("block generator throttling") {
158+
ignore("block generator throttling") {
159159
val blockGeneratorListener = new FakeBlockGeneratorListener
160160
val blockInterval = 100
161161
val maxRate = 1001

0 commit comments

Comments
 (0)