From f7dbcce2728f18fd9d96759eb8a477f09c754fc8 Mon Sep 17 00:00:00 2001 From: lichuqiang Date: Fri, 2 Nov 2018 15:17:20 +0800 Subject: [PATCH] remove meaningless case --- test/integration/scheduler/volume_binding_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/integration/scheduler/volume_binding_test.go b/test/integration/scheduler/volume_binding_test.go index 0608dc25ea2..e82b3562be2 100644 --- a/test/integration/scheduler/volume_binding_test.go +++ b/test/integration/scheduler/volume_binding_test.go @@ -715,12 +715,6 @@ func TestVolumeProvision(t *testing.T) { boundPvcs: []*testPVC{{"pvc-w-canbind", classWait, ""}}, provisionedPvcs: []*testPVC{{"pvc-canprovision", classWait, ""}}, }, - "one immediate pvc prebound, one wait provisioned": { - pod: makePod("pod-i-pvc-prebound-w-provisioned", config.ns, []string{"pvc-i-prebound", "pvc-canprovision"}), - pvs: []*testPV{{"pv-i-pvc-prebound", classImmediate, "", node1}}, - boundPvcs: []*testPVC{{"pvc-i-prebound", classImmediate, "pv-i-pvc-prebound"}}, - provisionedPvcs: []*testPVC{{"pvc-canprovision", classWait, ""}}, - }, "one immediate pv prebound, one wait provisioned": { pod: makePod("pod-i-pv-prebound-w-provisioned", config.ns, []string{"pvc-i-pv-prebound", "pvc-canprovision"}), pvs: []*testPV{{"pv-i-prebound", classImmediate, "pvc-i-pv-prebound", node1}},