aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-05-01 14:42:58 -0700
committerPatrick Wendell <patrick@databricks.com>2015-05-01 14:42:58 -0700
commit5c1fabafabdb87de7a92acbefbf294b24d0713fc (patch)
treeeb46b3c887b5be927a02a434b0fa3828c2198c60
parentb1f4ca82d170935d15f1fe6beb9af0743b4d81cd (diff)
downloadspark-5c1fabafabdb87de7a92acbefbf294b24d0713fc.tar.gz
spark-5c1fabafabdb87de7a92acbefbf294b24d0713fc.tar.bz2
spark-5c1fabafabdb87de7a92acbefbf294b24d0713fc.zip
Ignore flakey test in SparkSubmitUtilsSuite
-rw-r--r--core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala b/core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala
index 1b2b699cb1..2df2597e05 100644
--- a/core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala
+++ b/core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala
@@ -117,7 +117,7 @@ class SparkSubmitUtilsSuite extends FunSuite with BeforeAndAfterAll {
}
}
- test("neglects Spark and Spark's dependencies") {
+ ignore("neglects Spark and Spark's dependencies") {
val components = Seq("bagel_", "catalyst_", "core_", "graphx_", "hive_", "mllib_", "repl_",
"sql_", "streaming_", "yarn_", "network-common_", "network-shuffle_", "network-yarn_")