Repository: spark
Updated Branches:
  refs/heads/branch-1.4 f2f74b9b1 -> 641edc99f


[SPARK-7287] [HOTFIX] Disable o.a.s.deploy.SparkSubmitSuite --packages


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

Branch: refs/heads/branch-1.4
Commit: 641edc99fc66018409ca1c8edc373b0a790db1d9
Parents: f2f74b9
Author: Patrick Wendell <patr...@databricks.com>
Authored: Sat May 23 19:44:03 2015 -0700
Committer: Patrick Wendell <patr...@databricks.com>
Committed: Sat May 23 19:44:23 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/641edc99/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 8f64ab5..ea9227a 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,8 @@ class SparkSubmitSuite extends FunSuite with Matchers with 
ResetSystemProperties
     runSparkSubmit(args)
   }
 
-  test("includes jars passed in through --packages") {
+  // SPARK-7287
+  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