Repository: spark Updated Branches: refs/heads/branch-1.4 b681b9312 -> c0ec20a51
[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/c0ec20a5 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c0ec20a5 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c0ec20a5 Branch: refs/heads/branch-1.4 Commit: c0ec20a510bb4d69b8efe561d03c3d6a32dc937e Parents: b681b93 Author: Andrew Or <[email protected]> Authored: Wed May 6 17:08:39 2015 -0700 Committer: Andrew Or <[email protected]> Committed: Wed May 6 17:10:06 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/c0ec20a5/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]
