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

[HOTFIX] Disabling flaky test (fix in progress as part of SPARK-7224)

parent 254e0509
No related branches found
No related tags found
No related merge requests found
......@@ -334,7 +334,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 packagesString = "com.databricks:spark-csv_2.10:0.1,com.databricks:spark-avro_2.10:0.1"
val args = Seq(
......
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