aboutsummaryrefslogtreecommitdiff
path: root/streaming
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-04-22 21:24:22 -0700
committerReynold Xin <rxin@databricks.com>2015-04-22 21:24:22 -0700
commitb69c4f9b2e8544f1b178db2aefbcaa166f76cb7a (patch)
tree7c9dfdadfb22c8ebc19c73aef00656d2d188ab79 /streaming
parent04525c077c638a7e615c294ba988e35036554f5f (diff)
downloadspark-b69c4f9b2e8544f1b178db2aefbcaa166f76cb7a.tar.gz
spark-b69c4f9b2e8544f1b178db2aefbcaa166f76cb7a.tar.bz2
spark-b69c4f9b2e8544f1b178db2aefbcaa166f76cb7a.zip
Disable flaky test: ReceiverSuite "block generator throttling".
Diffstat (limited to 'streaming')
-rw-r--r--streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala b/streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala
index e7aee6eadb..b84129fd70 100644
--- a/streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala
+++ b/streaming/src/test/scala/org/apache/spark/streaming/ReceiverSuite.scala
@@ -155,7 +155,7 @@ class ReceiverSuite extends TestSuiteBase with Timeouts with Serializable {
assert(recordedData.toSet === generatedData.toSet)
}
- test("block generator throttling") {
+ ignore("block generator throttling") {
val blockGeneratorListener = new FakeBlockGeneratorListener
val blockIntervalMs = 100
val maxRate = 1001