Merge pull request #4965 from chaosi-zju/fix-ci-taint

fix e2e unstable failure caused by taint cluster
This commit is contained in:
karmada-bot 2024-05-20 22:04:24 +08:00 committed by GitHub
commit fcb46bb655
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ import (
// schedule strategy: static weight, dynamic weight, aggregated
// resource type: workload type like deployment, non-workload type like clusterrole
// expected result: successful, not found failure
var _ = ginkgo.Describe("workload rebalancer testing", func() {
var _ = framework.SerialDescribe("workload rebalancer testing", func() {
var namespace string
var deployName, newAddedDeployName, notExistDeployName, clusterroleName string
var deployObjRef, newAddedDeployObjRef, notExistDeployObjRef, clusterroleObjRef appsv1alpha1.ObjectReference