From a21e27f2fb69ded1130fe49afb3d8c510880b3e0 Mon Sep 17 00:00:00 2001 From: Troy Chiu Date: Wed, 11 Feb 2026 00:23:44 +0000 Subject: [PATCH] enable prioritized list test for GA --- test/integration/dra/dra_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/dra/dra_test.go b/test/integration/dra/dra_test.go index e8ed25f1687..7c44bf5f7cf 100644 --- a/test/integration/dra/dra_test.go +++ b/test/integration/dra/dra_test.go @@ -159,7 +159,7 @@ func TestDRA(t *testing.T) { f: func(tCtx ktesting.TContext) { tCtx.Run("AdminAccess", func(tCtx ktesting.TContext) { testAdminAccess(tCtx, false) }) tCtx.Run("PartitionableDevices", func(tCtx ktesting.TContext) { testPartitionableDevices(tCtx, false) }) - tCtx.Run("PrioritizedList", func(tCtx ktesting.TContext) { testPrioritizedList(tCtx, false) }) + tCtx.Run("PrioritizedList", func(tCtx ktesting.TContext) { testPrioritizedList(tCtx, true) }) tCtx.Run("Pod", func(tCtx ktesting.TContext) { testPod(tCtx, true) }) tCtx.Run("PublishResourceSlices", func(tCtx ktesting.TContext) { testPublishResourceSlices(tCtx, true, features.DRADeviceTaints, features.DRAPartitionableDevices, features.DRADeviceBindingConditions)