Skip to content

Commit 2a975d3

Browse files
authored
Skip TestDistributedEngineWithDisjointTSDBs (thanos-io#7911)
Signed-off-by: Saswata Mukherjee <[email protected]>
1 parent caa972f commit 2a975d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/query_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2378,6 +2378,7 @@ func TestDistributedEngineWithExtendedFunctions(t *testing.T) {
23782378
}
23792379

23802380
func TestDistributedEngineWithDisjointTSDBs(t *testing.T) {
2381+
t.Skip("skipping test as this replicates a bug")
23812382
e, err := e2e.New(e2e.WithName("dist-disj-tsdbs"))
23822383
testutil.Ok(t, err)
23832384
t.Cleanup(e2ethanos.CleanScenario(t, e))
@@ -2390,7 +2391,7 @@ func TestDistributedEngineWithDisjointTSDBs(t *testing.T) {
23902391
minio1 := e2edb.NewMinio(e, "1", bucket1, e2edb.WithMinioTLS())
23912392
testutil.Ok(t, e2e.StartAndWaitReady(minio1))
23922393

2393-
bkt1, err := s3.NewBucketWithConfig(l, e2ethanos.NewS3Config(bucket1, minio1.Endpoint("http"), minio1.Dir()), "test")
2394+
bkt1, err := s3.NewBucketWithConfig(l, e2ethanos.NewS3Config(bucket1, minio1.Endpoint("http"), minio1.Dir()), "test", nil)
23942395
testutil.Ok(t, err)
23952396

23962397
// Setup a storage GW with 2 blocks that have a gap to trigger distributed query MinT bug

0 commit comments

Comments
 (0)