Skip to content

Commit efe9c36

Browse files
committed
Disable flaky SparkR package build test
1 parent b1a9662 commit efe9c36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@ class SparkSubmitSuite
369369
}
370370
}
371371

372+
// TODO(SPARK-9603): Building a package is flaky on Jenkins Maven builds.
373+
// See https://gist.github.com/shivaram/3a2fecce60768a603dac for a error log
374+
/*
372375
test("correctly builds R packages included in a jar with --packages") {
373376
assume(RUtils.isRInstalled, "R isn't installed on this machine.")
374377
val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
@@ -388,6 +391,7 @@ class SparkSubmitSuite
388391
runSparkSubmit(args)
389392
}
390393
}
394+
*/
391395

392396
test("resolves command line argument paths correctly") {
393397
val jars = "/jar1,/jar2" // --jars

0 commit comments

Comments
 (0)