diff --git a/test/e2e/compact_test.go b/test/e2e/compact_test.go index 1daede5ea9..49ecdbc9f8 100644 --- a/test/e2e/compact_test.go +++ b/test/e2e/compact_test.go @@ -715,7 +715,7 @@ func testCompactWithStoreGateway(t *testing.T, penaltyDedup bool) { testutil.Ok(t, err) operationMatcher, err := matchers.NewMatcher(matchers.MatchEqual, "operation", "get") testutil.Ok(t, err) - testutil.Ok(t, c.WaitSumMetricsWithOptions(e2e.Equals(478), + testutil.Ok(t, c.WaitSumMetricsWithOptions(e2e.Equals(538), []string{"thanos_objstore_bucket_operations_total"}, e2e.WithLabelMatchers( bucketMatcher, operationMatcher,