From 4be9ac7554064ac8fcdb341f65ed4ea896048e86 Mon Sep 17 00:00:00 2001 From: nagamocha3000 Date: Fri, 26 Feb 2021 20:05:36 +0300 Subject: [PATCH] Remove percentile tests temporarily to see if they are the cause --- executor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor_test.go b/executor_test.go index 2a8aae416..bd4bb1ae1 100644 --- a/executor_test.go +++ b/executor_test.go @@ -6856,7 +6856,7 @@ func TestVariousQueries(t *testing.T) { variousQueries(t, clusterSize) variousQueriesOnTimeFields(t, clusterSize) - variousQueriesOnPercentiles(t, clusterSize) + // variousQueriesOnPercentiles(t, clusterSize) }) } }