draadminaccess test make it serial

Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
This commit is contained in:
Rita Zhang
2025-07-23 09:13:13 -07:00
parent 49af85d86a
commit 61cc6cf807

View File

@@ -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")