diff --git a/integration-test/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala b/integration-test/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala index 65b6d95..6e4f10d 100644 --- a/integration-test/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala +++ b/integration-test/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala @@ -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")