From dd9492bb5f8c51e7b4ae8c422c00655c3632f510 Mon Sep 17 00:00:00 2001 From: Josh Rosen Date: Thu, 18 Dec 2014 17:36:08 -0800 Subject: [PATCH] Use ResetSystemProperties in AkkaUtilsSuite --- core/src/test/scala/org/apache/spark/util/AkkaUtilsSuite.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/scala/org/apache/spark/util/AkkaUtilsSuite.scala b/core/src/test/scala/org/apache/spark/util/AkkaUtilsSuite.scala index 7bca1711ae226..566339cba5bbb 100644 --- a/core/src/test/scala/org/apache/spark/util/AkkaUtilsSuite.scala +++ b/core/src/test/scala/org/apache/spark/util/AkkaUtilsSuite.scala @@ -31,7 +31,7 @@ import org.apache.spark.storage.BlockManagerId /** * Test the AkkaUtils with various security settings. */ -class AkkaUtilsSuite extends FunSuite with LocalSparkContext { +class AkkaUtilsSuite extends FunSuite with ResetSystemProperties with LocalSparkContext { test("remote fetch security bad password") { val conf = new SparkConf