diff --git a/pkg/scheduler/framework/plugins/volumebinding/volume_binding_test.go b/pkg/scheduler/framework/plugins/volumebinding/volume_binding_test.go index 1f115b52a82..c7f0cb8ae81 100644 --- a/pkg/scheduler/framework/plugins/volumebinding/volume_binding_test.go +++ b/pkg/scheduler/framework/plugins/volumebinding/volume_binding_test.go @@ -238,20 +238,6 @@ func TestVolumeBinding(t *testing.T) { }, wantPreScoreStatus: framework.NewStatus(framework.Skip), }, - { - name: "pvc not found", - pod: makePod("pod-a").withPVCVolume("pvc-a", "").Pod, - nodes: []*v1.Node{ - makeNode("node-a").Node, - }, - wantPreFilterStatus: framework.NewStatus(framework.UnschedulableAndUnresolvable, `persistentvolumeclaim "pvc-a" not found`), - wantFilterStatus: []*framework.Status{ - nil, - }, - wantScores: []int64{ - 0, - }, - }, { name: "pv not found", pod: makePod("pod-a").withPVCVolume("pvc-a", "").Pod,