Repository: spark
Updated Branches:
  refs/heads/master 37537760d -> c6d9a4294


Revert "[SPARK-7287] enabled fixed test"

This reverts commit 7cf1eb79b1fa290aa1d867a8a1eaaea86d6b2239.


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

Branch: refs/heads/master
Commit: 58d6584d349d5208a994a074b4cfa8a6ec4d1665
Parents: 3753776
Author: Patrick Wendell <patr...@databricks.com>
Authored: Fri May 1 13:01:14 2015 -0700
Committer: Patrick Wendell <patr...@databricks.com>
Committed: Fri May 1 13:01:14 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/58d6584d/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
----------------------------------------------------------------------
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 35382be..8360b94 100644
--- a/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
+++ b/core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
@@ -335,7 +335,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 main = MavenCoordinate("my.great.lib", "mylib", "0.1")
     val dep = MavenCoordinate("my.great.dep", "mylib", "0.1")


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

Reply via email to