Skip to content

Commit

Permalink
Remove some dead comments
Browse files Browse the repository at this point in the history
Signed-off-by: György Krajcsovits <[email protected]>
  • Loading branch information
krajorama committed Jan 15, 2025
1 parent 4d87a21 commit 6df04ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration/distributor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ overrides:
func TestDistributorRemoteWrite2(t *testing.T) {
queryEnd := time.Now().Round(time.Second)
queryStart := queryEnd.Add(-1 * time.Hour)
// queryStep := 10 * time.Minute

testCases := map[string]struct {
inRemoteWrite []*promRW2.Request
Expand Down Expand Up @@ -425,7 +424,7 @@ func TestDistributorRemoteWrite2(t *testing.T) {
"-distributor.ha-tracker.store": "consul",
"-distributor.ha-tracker.consul.hostname": consul.NetworkHTTPEndpoint(),
"-distributor.ha-tracker.prefix": "prom_ha/",
"-timeseries-unmarshal-caching-optimization-enabled": strconv.FormatBool(false), //cachingUnmarshalDataEnabled),
"-timeseries-unmarshal-caching-optimization-enabled": strconv.FormatBool(false),
}

flags := mergeFlags(
Expand Down

0 comments on commit 6df04ef

Please sign in to comment.