Skip to content

Commit

Permalink
[SPARK-23146][K8S][TESTS] Enable client mode integration test.
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

Enable client mode integration test after merging from master.

## How was this patch tested?

Check the integration test runs in the build.

Author: mcheah <[email protected]>

Closes #21874 from mccheah/enable-client-mode-test.
  • Loading branch information
mccheah committed Jul 25, 2018
1 parent 2f77616 commit 0c83f71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import org.apache.spark.deploy.k8s.integrationtest.backend.{IntegrationTestBacke

private[spark] class KubernetesSuite extends SparkFunSuite
with BeforeAndAfterAll with BeforeAndAfter with BasicTestsSuite with SecretsTestsSuite
with PythonTestsSuite {
with PythonTestsSuite with ClientModeTestsSuite {

import KubernetesSuite._

Expand Down

0 comments on commit 0c83f71

Please sign in to comment.