From da31fbe702fd2b0d3d3daada82af19796e528c89 Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Wed, 5 Aug 2015 13:47:28 +0200 Subject: [PATCH] Testing: Removing leftover @AwaitsFix annotation Since the update to HDRHistogram 2.1.6 this test was forgotten to get the annotation removed in #12554. --- .../search/aggregations/metrics/HDRPercentileRanksIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/test/java/org/elasticsearch/search/aggregations/metrics/HDRPercentileRanksIT.java b/core/src/test/java/org/elasticsearch/search/aggregations/metrics/HDRPercentileRanksIT.java index 5a25aa27252..6b8c39e9214 100644 --- a/core/src/test/java/org/elasticsearch/search/aggregations/metrics/HDRPercentileRanksIT.java +++ b/core/src/test/java/org/elasticsearch/search/aggregations/metrics/HDRPercentileRanksIT.java @@ -256,7 +256,6 @@ public class HDRPercentileRanksIT extends AbstractNumericTestCase { @Override @Test - @AwaitsFix(bugUrl="Fails with seed: B75FCDC119D90BBE, Colin to fix") public void testSingleValuedField_WithValueScript_WithParams() throws Exception { int sigDigits = randomSignificantDigits(); Map params = new HashMap<>();