Skip to content

Commit f80d1d5

Browse files
authored
Merge pull request #34 from ssuchter/fix_do_minikube_call
Remove vestigial call to doMinikube
2 parents 9051b55 + 33dc532 commit f80d1d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integration-test/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ private[spark] class KubernetesSuite extends FunSuite with BeforeAndAfterAll wit
103103
}
104104

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

0 commit comments

Comments
 (0)