Skip to content

Commit 1a15d58

Browse files
serathiusahrtr
authored andcommitted
Don't start etcd for skipped test
1 parent 7518609 commit 1a15d58

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,7 @@ func TestListContinuationWithFilter(t *testing.T) {
252252
}
253253

254254
func TestListInconsistentContinuation(t *testing.T) {
255-
ctx, cacher, terminate := testSetup(t)
256-
t.Cleanup(terminate)
257255
// TODO(#109831): Enable use of this by setting compaction.
258-
storagetesting.RunTestListInconsistentContinuation(ctx, t, cacher, nil)
259256
}
260257

261258
func TestListResourceVersionMatch(t *testing.T) {

staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

-4
Original file line numberDiff line numberDiff line change
@@ -2420,10 +2420,6 @@ type Compaction func(ctx context.Context, t *testing.T, resourceVersion string)
24202420
type IncreaseRVFunc func(ctx context.Context, t *testing.T)
24212421

24222422
func RunTestListInconsistentContinuation(ctx context.Context, t *testing.T, store storage.Interface, compaction Compaction) {
2423-
if compaction == nil {
2424-
t.Skipf("compaction callback not provided")
2425-
}
2426-
24272423
// Setup storage with the following structure:
24282424
// /
24292425
// - first/

0 commit comments

Comments
 (0)