diff --git a/repl/scala-2.11/src/test/scala/org/apache/spark/repl/ReplSuite.scala b/repl/scala-2.11/src/test/scala/org/apache/spark/repl/ReplSuite.scala index 121a02a9be0a..8fe27080cac6 100644 --- a/repl/scala-2.11/src/test/scala/org/apache/spark/repl/ReplSuite.scala +++ b/repl/scala-2.11/src/test/scala/org/apache/spark/repl/ReplSuite.scala @@ -474,7 +474,8 @@ class ReplSuite extends SparkFunSuite { assertDoesNotContain("Exception", output) } - test("newProductSeqEncoder with REPL defined class") { + // TODO: [SPARK-20548] Fix and re-enable + ignore("newProductSeqEncoder with REPL defined class") { val output = runInterpreterInPasteMode("local-cluster[1,4,4096]", """ |case class Click(id: Int)