We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0163325 commit 596a4cbCopy full SHA for 596a4cb
streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala
@@ -155,7 +155,7 @@ class ReceiverSuite extends TestSuiteBase with Timeouts with Serializable {
155
assert(recordedData.toSet === generatedData.toSet)
156
}
157
158
- test("block generator throttling") {
+ ignore("block generator throttling") {
159
val blockGeneratorListener = new FakeBlockGeneratorListener
160
val blockInterval = 100
161
val maxRate = 1001
0 commit comments