Skip to content

Commit

Permalink
Use ignore instead of commenting it out
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaram committed Nov 16, 2015
1 parent efe9c36 commit 3ca6f13
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,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 @@ -391,7 +390,6 @@ class SparkSubmitSuite
runSparkSubmit(args)
}
}
*/

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

0 comments on commit 3ca6f13

Please sign in to comment.