Repository: spark Updated Branches: refs/heads/master 1ad04dae0 -> fbf1f342a
[HOT FIX] [SPARK-7418] Ignore flaky SparkSubmitUtilsSuite test Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fbf1f342 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/fbf1f342 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fbf1f342 Branch: refs/heads/master Commit: fbf1f342a02af65f69e0ee770a2b983c69e7c089 Parents: 1ad04da Author: Andrew Or <[email protected]> Authored: Wed May 6 17:08:39 2015 -0700 Committer: Andrew Or <[email protected]> Committed: Wed May 6 17:08:39 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/fbf1f342/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 2df2597..da95784 100644 --- a/core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala +++ b/core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala @@ -104,7 +104,7 @@ class SparkSubmitUtilsSuite extends FunSuite with BeforeAndAfterAll { assert(jarPath.indexOf(ivyPath) >= 0, "should use non-default ivy path") } - test("search for artifact at other repositories") { + ignore("search for artifact at other repositories") { val path = SparkSubmitUtils.resolveMavenCoordinates("com.agimatec:agimatec-validation:0.9.3", Option("https://oss.sonatype.org/content/repositories/agimatec/"), None, true) assert(path.indexOf("agimatec-validation") >= 0, "should find package. If it doesn't, check" + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
