Skip to content

Commit

Permalink
Merge pull request #4362 from RainbowMango/automated-cherry-pick-of-#…
Browse files Browse the repository at this point in the history
…4352-upstream-release-1.8

Automated cherry pick of #4352: e2e: make FederatedResourceQuota e2e as serial to avoid
  • Loading branch information
karmada-bot authored Dec 4, 2023
2 parents 873c722 + c5b7f71 commit a330aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/federatedresourcequota_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
"github.com/karmada-io/karmada/test/helper"
)

var _ = ginkgo.Describe("FederatedResourceQuota auto-provision testing", func() {
var _ = framework.SerialDescribe("FederatedResourceQuota auto-provision testing", func() {
var frqNamespace, frqName string
var federatedResourceQuota *policyv1alpha1.FederatedResourceQuota
var f cmdutil.Factory
Expand Down Expand Up @@ -156,7 +156,7 @@ var _ = ginkgo.Describe("FederatedResourceQuota auto-provision testing", func()
})
})

var _ = ginkgo.Describe("[FederatedResourceQuota] status collection testing", func() {
var _ = framework.SerialDescribe("[FederatedResourceQuota] status collection testing", func() {
var frqNamespace, frqName string
var federatedResourceQuota *policyv1alpha1.FederatedResourceQuota

Expand Down

0 comments on commit a330aa1

Please sign in to comment.