Skip to content

Commit

Permalink
Skip TestDistributedEngineWithDisjointTSDBs (#7911)
Browse files Browse the repository at this point in the history
Signed-off-by: Saswata Mukherjee <[email protected]>
  • Loading branch information
saswatamcode authored Nov 15, 2024
1 parent caa972f commit 2a975d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2378,6 +2378,7 @@ func TestDistributedEngineWithExtendedFunctions(t *testing.T) {
}

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

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

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

0 comments on commit 2a975d3

Please sign in to comment.