aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-04-30 01:02:33 -0700
committerPatrick Wendell <patrick@databricks.com>2015-04-30 01:02:33 -0700
commit47bf406d608c4777f5f383ba439608f673034a1d (patch)
tree088d3f9636ba91170033b4cce0709b8c4bd7ff75 /core/src/test
parent254e0509762937acc9c72b432d5d953bf72c3c52 (diff)
downloadspark-47bf406d608c4777f5f383ba439608f673034a1d.tar.gz
spark-47bf406d608c4777f5f383ba439608f673034a1d.tar.bz2
spark-47bf406d608c4777f5f383ba439608f673034a1d.zip
[HOTFIX] Disabling flaky test (fix in progress as part of SPARK-7224)
Diffstat (limited to 'core/src/test')
-rw-r--r--core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala b/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
index c4e6f06146..029a1156fd 100644
--- a/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
+++ b/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
@@ -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(