storage: etcd: remove a duplicate test case
This test case was a duplicate of the previous one. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> Kubernetes-commit: 921e7525c074750a47818fdf89a4fe5c0b058f0f
This commit is contained in:
parent
bba2f7742c
commit
ba213514c9
|
@ -1356,20 +1356,6 @@ func TestList(t *testing.T) {
|
|||
rvMatch: metav1.ResourceVersionMatchExact,
|
||||
expectRV: "1",
|
||||
},
|
||||
{
|
||||
name: "test List with limit at old resource version and match=Exact",
|
||||
prefix: "/two-level/",
|
||||
pred: storage.SelectionPredicate{
|
||||
Label: labels.Everything(),
|
||||
Field: fields.Everything(),
|
||||
Limit: 1,
|
||||
},
|
||||
expectedOut: []*example.Pod{},
|
||||
expectContinue: false,
|
||||
rv: "1",
|
||||
rvMatch: metav1.ResourceVersionMatchExact,
|
||||
expectRV: "1",
|
||||
},
|
||||
{
|
||||
name: "test List with limit when paging disabled",
|
||||
disablePaging: true,
|
||||
|
|
Loading…
Reference in New Issue