Skip to content

Commit

Permalink
Disable flaky SparkR package build test
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaram committed Nov 16, 2015
1 parent b1a9662 commit efe9c36
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@ 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") {
assume(RUtils.isRInstalled, "R isn't installed on this machine.")
val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
Expand All @@ -388,6 +391,7 @@ class SparkSubmitSuite
runSparkSubmit(args)
}
}
*/

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

0 comments on commit efe9c36

Please sign in to comment.