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 b231baa commit 3c1a2d0Copy full SHA for 3c1a2d0
core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
@@ -335,7 +335,8 @@ class SparkSubmitSuite extends FunSuite with Matchers with ResetSystemProperties
335
runSparkSubmit(args)
336
}
337
338
- test("includes jars passed in through --packages") {
+ // SPARK-7287
339
+ ignore("includes jars passed in through --packages") {
340
val unusedJar = TestUtils.createJarWithClasses(Seq.empty)
341
val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
342
val dep = MavenCoordinate("my.great.dep", "mylib", "0.1")
0 commit comments