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

This commit is contained in:
Patrick Wendell 2015-04-30 01:02:33 -07:00
parent 254e050976
commit 47bf406d60

View file

@ -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(