Skip to content

Commit ac28f1f

Browse files
committed
test
1 parent a26bf08 commit ac28f1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,8 +1107,6 @@ class SparkSubmitSuite
11071107
"--master", "local",
11081108
unusedJar.toString)
11091109
val appArgs = new SparkSubmitArguments(args, env = Map("SPARK_CONF_DIR" -> path))
1110-
assert(appArgs.propertiesFile != null)
1111-
assert(appArgs.propertiesFile.startsWith(path))
11121110
appArgs.executorMemory should be ("3g")
11131111
}
11141112
}

0 commit comments

Comments
 (0)