From 33dc53265f03c6a9ceb32143b8e030e826ee6fdd Mon Sep 17 00:00:00 2001 From: Sean Suchter Date: Tue, 16 Jan 2018 09:34:04 -0800 Subject: [PATCH] Remove vestigial call to doMinikube --- .../spark/deploy/k8s/integrationtest/KubernetesSuite.scala | 1 - 1 file changed, 1 deletion(-) 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")