Skip to content

Commit

Permalink
Already covered by deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Dec 30, 2018
1 parent 6e10e28 commit 5edab90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions testing/wait_for_kubeflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ def deploy_kubeflow(_):
logging.info("Verifying PyTorchJob controller started.")
util.wait_for_deployment(api_client, namespace, pytorch_operator_deployment_name)

# Verify that the Spark Operator actually deployed
spark_operator_deployment_name = "spark-operator"
logging.info("Verifying Spark controller started.")
util.wait_for_deployment(api_client, namespace, spark_operator_deployment_name)

def main():
test_case = test_helper.TestCase(
name='deploy_kubeflow', test_func=deploy_kubeflow)
Expand Down

0 comments on commit 5edab90

Please sign in to comment.