aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--streaming/src/test/scala/org/apache/spark/streaming/scheduler/JobGeneratorSuite.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/streaming/src/test/scala/org/apache/spark/streaming/scheduler/JobGeneratorSuite.scala b/streaming/src/test/scala/org/apache/spark/streaming/scheduler/JobGeneratorSuite.scala
index a2dbae149f..9b6cd4bc4e 100644
--- a/streaming/src/test/scala/org/apache/spark/streaming/scheduler/JobGeneratorSuite.scala
+++ b/streaming/src/test/scala/org/apache/spark/streaming/scheduler/JobGeneratorSuite.scala
@@ -56,7 +56,8 @@ class JobGeneratorSuite extends TestSuiteBase {
// 4. allow subsequent batches to be generated (to allow premature deletion of 3rd batch metadata)
// 5. verify whether 3rd batch's block metadata still exists
//
- test("SPARK-6222: Do not clear received block data too soon") {
+ // TODO: SPARK-7420 enable this test
+ ignore("SPARK-6222: Do not clear received block data too soon") {
import JobGeneratorSuite._
val checkpointDir = Utils.createTempDir()
val testConf = conf