mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Don't start etcd for skipped test
This commit is contained in:
parent
75186095c5
commit
1a15d582ae
@ -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
Block a user