Skip to content

Commit

Permalink
Merge pull request #34 from ssuchter/fix_do_minikube_call
Browse files Browse the repository at this point in the history
Remove vestigial call to doMinikube
  • Loading branch information
ssuchter authored Jan 16, 2018
2 parents 9051b55 + 33dc532 commit f80d1d5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ private[spark] class KubernetesSuite extends FunSuite with BeforeAndAfterAll wit
}

test("Run SparkPi with custom driver pod name, labels, annotations, and environment variables.") {
doMinikubeCheck
sparkAppConf
.set("spark.kubernetes.driver.pod.name", "spark-integration-spark-pi")
.set("spark.kubernetes.driver.label.label1", "label1-value")
Expand Down

0 comments on commit f80d1d5

Please sign in to comment.