File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
core/src/test/scala/org/apache/spark/deploy Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments