Testing: Removing leftover @AwaitsFix annotation
Since the update to HDRHistogram 2.1.6 this test was forgotten to get the annotation removed in #12554.
This commit is contained in:
parent
88842f3319
commit
da31fbe702
|
@ -256,7 +256,6 @@ public class HDRPercentileRanksIT extends AbstractNumericTestCase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@Test
|
@Test
|
||||||
@AwaitsFix(bugUrl="Fails with seed: B75FCDC119D90BBE, Colin to fix")
|
|
||||||
public void testSingleValuedField_WithValueScript_WithParams() throws Exception {
|
public void testSingleValuedField_WithValueScript_WithParams() throws Exception {
|
||||||
int sigDigits = randomSignificantDigits();
|
int sigDigits = randomSignificantDigits();
|
||||||
Map<String, Object> params = new HashMap<>();
|
Map<String, Object> params = new HashMap<>();
|
||||||
|
|
Loading…
Reference in New Issue