Merge pull request #122996 from Huang-Wei/cleanup-dra-postfilter

DRA: always returns Unschedulable in PostFilter
This commit is contained in:
Kubernetes Prow Robot
2024-01-27 08:19:44 -08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -473,6 +473,7 @@ func TestPlugin(t *testing.T) {
Obj()
},
},
status: framework.NewStatus(framework.Unschedulable, `deallocation of ResourceClaim completed`),
},
},
},