Skip to content

Commit b162d45

Browse files
committed
Disable ReplSuite.newProductSeqEncoder with REPL defined class
1 parent 6fc6cf8 commit b162d45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

repl/scala-2.11/src/test/scala/org/apache/spark/repl/ReplSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,8 @@ class ReplSuite extends SparkFunSuite {
474474
assertDoesNotContain("Exception", output)
475475
}
476476

477-
test("newProductSeqEncoder with REPL defined class") {
477+
// TODO: [SPARK-20548] Fix and re-enable
478+
ignore("newProductSeqEncoder with REPL defined class") {
478479
val output = runInterpreterInPasteMode("local-cluster[1,4,4096]",
479480
"""
480481
|case class Click(id: Int)

0 commit comments

Comments
 (0)