Repository: spark
Updated Branches:
  refs/heads/branch-1.3 ae461e73f -> 3bce87ebd


[HOTFIX] Disabling flaky test (fix in progress as part of SPARK-7224)


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

Branch: refs/heads/branch-1.3
Commit: 3bce87ebd818fe5b8d3ddb175751b7ebd6d7f6c7
Parents: ae461e7
Author: Patrick Wendell <patr...@databricks.com>
Authored: Thu Apr 30 01:02:33 2015 -0700
Committer: Patrick Wendell <patr...@databricks.com>
Committed: Thu Apr 30 01:03:43 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/3bce87eb/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 46d745c..cea4832 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(


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

Reply via email to