Skip to content

Commit 3ca6f13

Browse files
committed
Use ignore instead of commenting it out
1 parent efe9c36 commit 3ca6f13

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,7 @@ class SparkSubmitSuite
371371

372372
// TODO(SPARK-9603): Building a package is flaky on Jenkins Maven builds.
373373
// See https://gist.github.com/shivaram/3a2fecce60768a603dac for a error log
374-
/*
375-
test("correctly builds R packages included in a jar with --packages") {
374+
ignore("correctly builds R packages included in a jar with --packages") {
376375
assume(RUtils.isRInstalled, "R isn't installed on this machine.")
377376
val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
378377
val sparkHome = sys.props.getOrElse("spark.test.home", fail("spark.test.home is not set!"))
@@ -391,7 +390,6 @@ class SparkSubmitSuite
391390
runSparkSubmit(args)
392391
}
393392
}
394-
*/
395393

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

0 commit comments

Comments
 (0)