Don't start etcd for skipped test
Kubernetes-commit: 1a15d582ae5fc84177f305d93ff473cca5de6f93
This commit is contained in:
parent
29a5d82129
commit
e228aeaf39
|
@ -252,10 +252,7 @@ func TestListContinuationWithFilter(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestListInconsistentContinuation(t *testing.T) {
|
||||
ctx, cacher, terminate := testSetup(t)
|
||||
t.Cleanup(terminate)
|
||||
// TODO(#109831): Enable use of this by setting compaction.
|
||||
storagetesting.RunTestListInconsistentContinuation(ctx, t, cacher, nil)
|
||||
}
|
||||
|
||||
func TestListResourceVersionMatch(t *testing.T) {
|
||||
|
|
|
@ -2420,10 +2420,6 @@ type Compaction func(ctx context.Context, t *testing.T, resourceVersion string)
|
|||
type IncreaseRVFunc func(ctx context.Context, t *testing.T)
|
||||
|
||||
func RunTestListInconsistentContinuation(ctx context.Context, t *testing.T, store storage.Interface, compaction Compaction) {
|
||||
if compaction == nil {
|
||||
t.Skipf("compaction callback not provided")
|
||||
}
|
||||
|
||||
// Setup storage with the following structure:
|
||||
// /
|
||||
// - first/
|
||||
|
|
Loading…
Reference in New Issue