We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c053a3 commit a78470bCopy full SHA for a78470b
pkg/querier/querier_test.go
@@ -801,7 +801,6 @@ func TestQuerier_ValidateQueryTimeRange_MaxQueryIntoFuture(t *testing.T) {
801
}
802
803
func TestQuerier_ValidateQueryTimeRange_MaxQueryLength(t *testing.T) {
804
- t.Parallel()
805
const maxQueryLength = 30 * 24 * time.Hour
806
807
tests := map[string]struct {
@@ -890,7 +889,6 @@ func TestQuerier_ValidateQueryTimeRange_MaxQueryLength(t *testing.T) {
890
889
891
892
func TestQuerier_ValidateQueryTimeRange_MaxQueryLength_Series(t *testing.T) {
893
894
895
896
//parallel testing causes data race
0 commit comments