We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22eea62 commit 9ef1408Copy full SHA for 9ef1408
core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
@@ -335,7 +335,7 @@ class SparkSubmitSuite extends FunSuite with Matchers with ResetSystemProperties
335
runSparkSubmit(args)
336
}
337
338
- ignore("includes jars passed in through --packages") {
+ test("includes jars passed in through --packages") {
339
val unusedJar = TestUtils.createJarWithClasses(Seq.empty)
340
val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
341
val dep = MavenCoordinate("my.great.dep", "mylib", "0.1")
0 commit comments