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/04/30 10:01:14 UTC

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

Repository: spark
Updated Branches:
  refs/heads/master 254e05097 -> 47bf406d6


[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/47bf406d
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/47bf406d
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/47bf406d

Branch: refs/heads/master
Commit: 47bf406d608c4777f5f383ba439608f673034a1d
Parents: 254e050
Author: Patrick Wendell <pa...@databricks.com>
Authored: Thu Apr 30 01:02:33 2015 -0700
Committer: Patrick Wendell <pa...@databricks.com>
Committed: Thu Apr 30 01:02:33 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/47bf406d/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 c4e6f06..029a115 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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org