Skip to content

Commit 9ef1408

Browse files
committed
re-enable --packages test
1 parent 22eea62 commit 9ef1408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ class SparkSubmitSuite extends FunSuite with Matchers with ResetSystemProperties
335335
runSparkSubmit(args)
336336
}
337337

338-
ignore("includes jars passed in through --packages") {
338+
test("includes jars passed in through --packages") {
339339
val unusedJar = TestUtils.createJarWithClasses(Seq.empty)
340340
val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
341341
val dep = MavenCoordinate("my.great.dep", "mylib", "0.1")

0 commit comments

Comments
 (0)