Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pkg/querier/querier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,6 @@ func TestQuerier_ValidateQueryTimeRange_MaxQueryIntoFuture(t *testing.T) {
}

func TestQuerier_ValidateQueryTimeRange_MaxQueryLength(t *testing.T) {
t.Parallel()
const maxQueryLength = 30 * 24 * time.Hour

tests := map[string]struct {
Expand Down Expand Up @@ -890,7 +889,6 @@ func TestQuerier_ValidateQueryTimeRange_MaxQueryLength(t *testing.T) {
}

func TestQuerier_ValidateQueryTimeRange_MaxQueryLength_Series(t *testing.T) {
t.Parallel()
const maxQueryLength = 30 * 24 * time.Hour

//parallel testing causes data race
Expand Down
Loading