Skip to content

Commit

Permalink
Fix tests after logical merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Or committed May 28, 2015
1 parent c7460c0 commit 7790b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ class KryoSerializerSuite extends SparkFunSuite with SharedSparkContext {
}
}

class KryoSerializerAutoResetDisabledSuite extends FunSuite with SharedSparkContext {
class KryoSerializerAutoResetDisabledSuite extends SparkFunSuite with SharedSparkContext {
conf.set("spark.serializer", classOf[KryoSerializer].getName)
conf.set("spark.kryo.registrator", classOf[RegistratorWithoutAutoReset].getName)
conf.set("spark.kryo.referenceTracking", "true")
Expand Down

0 comments on commit 7790b6c

Please sign in to comment.