Skip to content
Snippets Groups Projects
Commit fbf1f342 authored by Andrew Or's avatar Andrew Or
Browse files

[HOT FIX] [SPARK-7418] Ignore flaky SparkSubmitUtilsSuite test

parent 1ad04dae
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ class SparkSubmitUtilsSuite extends FunSuite with BeforeAndAfterAll { ...@@ -104,7 +104,7 @@ class SparkSubmitUtilsSuite extends FunSuite with BeforeAndAfterAll {
assert(jarPath.indexOf(ivyPath) >= 0, "should use non-default ivy path") 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", val path = SparkSubmitUtils.resolveMavenCoordinates("com.agimatec:agimatec-validation:0.9.3",
Option("https://oss.sonatype.org/content/repositories/agimatec/"), None, true) Option("https://oss.sonatype.org/content/repositories/agimatec/"), None, true)
assert(path.indexOf("agimatec-validation") >= 0, "should find package. If it doesn't, check" + assert(path.indexOf("agimatec-validation") >= 0, "should find package. If it doesn't, check" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment