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

This commit is contained in:
Andrew Or 2015-05-06 17:08:39 -07:00
parent b681b9312e
commit c0ec20a510

View file

@ -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" +