Remove percentile tests temporarily to see if they are the cause

This commit is contained in:
nagamocha3000 2021-02-26 20:05:36 +03:00 committed by Matt Jaffee
parent 1947325e00
commit 4be9ac7554
No known key found for this signature in database
GPG key ID: 08A3DFFF987B11BF

View file

@ -6856,7 +6856,7 @@ func TestVariousQueries(t *testing.T) {
variousQueries(t, clusterSize)
variousQueriesOnTimeFields(t, clusterSize)
variousQueriesOnPercentiles(t, clusterSize)
// variousQueriesOnPercentiles(t, clusterSize)
})
}
}