Skip to content

Commit

Permalink
Use ResetSystemProperties in AkkaUtilsSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Dec 19, 2014
1 parent b0daff2 commit dd9492b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd9492b

Please sign in to comment.