Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use ignore instead of commenting it out
  • Loading branch information
shivaram authored and Sun Rui committed Dec 18, 2015
commit bdb46ac2ef28bd9c27a1919b06b648ad4a655bed
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@ class SparkSubmitSuite

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

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