Skip to content

Commit 516ae68

Browse files
author
Marcelo Vanzin
committed
Another test fix.
1 parent 2bed04b commit 516ae68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/submit/KubernetesDriverBuilderSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ class KubernetesDriverBuilderSuite extends SparkFunSuite {
125125
SERVICE_STEP_TYPE,
126126
LOCAL_DIRS_STEP_TYPE,
127127
MOUNT_VOLUMES_STEP_TYPE,
128-
DRIVER_CMD_STEP_TYPE)
128+
DRIVER_CMD_STEP_TYPE,
129+
HADOOP_GLOBAL_STEP_TYPE)
129130
}
130131

131132
test("Apply volumes step if a mount subpath is present.") {

0 commit comments

Comments
 (0)