Commit d718e405 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #40567 from nikhiljindal/secretDel

Automatic merge from submit-queue Temporary disable federation kubectl tests for secrets to unblock merge queue Fixes https://github.com/kubernetes/kubernetes/issues/40521 cc @kubernetes/sig-federation-misc @deads2k
parents abed7461 f4d4b2c5
...@@ -75,8 +75,8 @@ kube::log::status "Running kubectl tests for federation-apiserver" ...@@ -75,8 +75,8 @@ kube::log::status "Running kubectl tests for federation-apiserver"
setup setup
run_federation_apiserver run_federation_apiserver
run_federation_controller_manager run_federation_controller_manager
# TODO: Fix for replicasets and deployments. # TODO: Fix for secrets, replicasets and deployments.
SUPPORTED_RESOURCES=("configmaps" "daemonsets" "events" "ingress" "namespaces" "secrets" "services") SUPPORTED_RESOURCES=("configmaps" "daemonsets" "events" "ingress" "namespaces" "services")
# WARNING: Do not wrap this call in a subshell to capture output, e.g. output=$(runTests) # WARNING: Do not wrap this call in a subshell to capture output, e.g. output=$(runTests)
# Doing so will suppress errexit behavior inside runTests # Doing so will suppress errexit behavior inside runTests
runTests runTests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment