Skip to content

Commit

Permalink
Re-enable ignored tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Or committed Jun 18, 2015
1 parent 2382672 commit 9a62188
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class SparkSubmitSuite
runSparkSubmit(args)
}

ignore("includes jars passed in through --jars") {
test("includes jars passed in through --jars") {
val unusedJar = TestUtils.createJarWithClasses(Seq.empty)
val jar1 = TestUtils.createJarWithClasses(Seq("SparkSubmitClassA"))
val jar2 = TestUtils.createJarWithClasses(Seq("SparkSubmitClassB"))
Expand All @@ -340,7 +340,7 @@ class SparkSubmitSuite
}

// SPARK-7287
ignore("includes jars passed in through --packages") {
test("includes jars passed in through --packages") {
val unusedJar = TestUtils.createJarWithClasses(Seq.empty)
val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
val dep = MavenCoordinate("my.great.dep", "mylib", "0.1")
Expand Down

0 comments on commit 9a62188

Please sign in to comment.