Skip to content

Commit dd9492b

Browse files
committed
Use ResetSystemProperties in AkkaUtilsSuite
1 parent b0daff2 commit dd9492b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/util/AkkaUtilsSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import org.apache.spark.storage.BlockManagerId
3131
/**
3232
* Test the AkkaUtils with various security settings.
3333
*/
34-
class AkkaUtilsSuite extends FunSuite with LocalSparkContext {
34+
class AkkaUtilsSuite extends FunSuite with ResetSystemProperties with LocalSparkContext {
3535

3636
test("remote fetch security bad password") {
3737
val conf = new SparkConf

0 commit comments

Comments
 (0)