Skip to content
Snippets Groups Projects
Commit 58d6584d authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Revert "[SPARK-7287] enabled fixed test"

This reverts commit 7cf1eb79.
parent 37537760
No related branches found
No related tags found
No related merge requests found
......@@ -335,7 +335,7 @@ class SparkSubmitSuite extends FunSuite with Matchers with ResetSystemProperties
runSparkSubmit(args)
}
test("includes jars passed in through --packages") {
ignore("includes jars passed in through --packages") {
val unusedJar = TestUtils.createJarWithClasses(Seq.empty)
val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
val dep = MavenCoordinate("my.great.dep", "mylib", "0.1")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment