Skip to content
Snippets Groups Projects
Commit a863348f authored by Reynold Xin's avatar Reynold Xin
Browse files

Disable JobGeneratorSuite "Do not clear received block data too soon".

parent 86fa4ba6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment