You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2015/05/01 23:40:54 UTC

spark git commit: Ignore flakey test in SparkSubmitUtilsSuite

Repository: spark
Updated Branches:
  refs/heads/master b1f4ca82d -> 5c1fabafa


Ignore flakey test in SparkSubmitUtilsSuite


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5c1fabaf
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5c1fabaf
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5c1fabaf

Branch: refs/heads/master
Commit: 5c1fabafabdb87de7a92acbefbf294b24d0713fc
Parents: b1f4ca8
Author: Patrick Wendell <pa...@databricks.com>
Authored: Fri May 1 14:42:58 2015 -0700
Committer: Patrick Wendell <pa...@databricks.com>
Committed: Fri May 1 14:42:58 2015 -0700

----------------------------------------------------------------------
 .../test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/5c1fabaf/core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala
----------------------------------------------------------------------
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 1b2b699..2df2597 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_")
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org