Don't start etcd for skipped test

This commit is contained in:
Marek Siarkowicz 2025-03-31 21:06:54 +02:00 committed by Benjamin Wang
parent 75186095c5
commit 1a15d582ae
2 changed files with 0 additions and 7 deletions

View File

@ -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) {

View File

@ -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/