Skip to content

Commit 3c1a2d0

Browse files
committed
[SPARK-7287] [HOTFIX] Disable o.a.s.deploy.SparkSubmitSuite --packages
1 parent b231baa commit 3c1a2d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

338-
test("includes jars passed in through --packages") {
338+
// SPARK-7287
339+
ignore("includes jars passed in through --packages") {
339340
val unusedJar = TestUtils.createJarWithClasses(Seq.empty)
340341
val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
341342
val dep = MavenCoordinate("my.great.dep", "mylib", "0.1")

0 commit comments

Comments
 (0)