mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-08-08 23:37:11 +00:00
draadminaccess test make it serial
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
This commit is contained in:
@@ -2277,7 +2277,7 @@ var _ = framework.SIGDescribe("node")(framework.WithLabel("DRA"), framework.With
|
||||
mustDelete(f.ClientSet, "admin", createdClusterSlice)
|
||||
})
|
||||
|
||||
f.It("controller manager metrics track ResourceClaim operations with correct labels", f.WithFeatureGate(features.DRAAdminAccess), func(ctx context.Context) {
|
||||
f.It("controller manager metrics track ResourceClaim operations with correct labels", f.WithSerial(), f.WithFeatureGate(features.DRAAdminAccess), func(ctx context.Context) {
|
||||
b := drautils.NewBuilderNow(ctx, f, driver)
|
||||
|
||||
ginkgo.By("Getting initial controller manager metrics")
|
||||
|
||||
Reference in New Issue
Block a user