mark test that restart kcm as disruptive

This commit is contained in:
Antonio Ojea 2021-05-19 09:31:57 +02:00
parent 8f5020a3aa
commit 0839ed41ac

View File

@ -689,7 +689,7 @@ var _ = common.SIGDescribe("LoadBalancers", func() {
// This test creates a load balancer, make sure its health check interval // This test creates a load balancer, make sure its health check interval
// equals to gceHcCheckIntervalSeconds. Then the interval is manipulated // equals to gceHcCheckIntervalSeconds. Then the interval is manipulated
// to be something else, see if the interval will be reconciled. // to be something else, see if the interval will be reconciled.
ginkgo.It("should reconcile LB health check interval [Slow][Serial]", func() { ginkgo.It("should reconcile LB health check interval [Slow][Serial][Disruptive]", func() {
const gceHcCheckIntervalSeconds = int64(8) const gceHcCheckIntervalSeconds = int64(8)
// This test is for clusters on GCE. // This test is for clusters on GCE.
// (It restarts kube-controller-manager, which we don't support on GKE) // (It restarts kube-controller-manager, which we don't support on GKE)