Skip to content

Commit bdb46ac

Browse files
shivaramSun Rui
authored andcommitted
Use ignore instead of commenting it out
1 parent 2b11438 commit bdb46ac

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
@@ -369,8 +369,7 @@ class SparkSubmitSuite
369369

370370
// TODO(SPARK-9603): Building a package is flaky on Jenkins Maven builds.
371371
// See https://gist.github.com/shivaram/3a2fecce60768a603dac for a error log
372-
/*
373-
test("correctly builds R packages included in a jar with --packages") {
372+
ignore("correctly builds R packages included in a jar with --packages") {
374373
assume(RUtils.isRInstalled, "R isn't installed on this machine.")
375374
val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
376375
val sparkHome = sys.props.getOrElse("spark.test.home", fail("spark.test.home is not set!"))
@@ -389,7 +388,6 @@ class SparkSubmitSuite
389388
runSparkSubmit(args)
390389
}
391390
}
392-
*/
393391

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

0 commit comments

Comments
 (0)