[TEST] Mark 2 HDRPercentileRanks tests with AwaitsFix

This commit is contained in:
Lee Hinman 2015-07-27 11:39:49 -06:00
parent 45fadd4955
commit b8b96679ea
1 changed files with 3 additions and 1 deletions

View File

@ -256,6 +256,7 @@ public class HDRPercentileRanksTests extends AbstractNumericTests {
@Override
@Test
@AwaitsFix(bugUrl="Fails with seed: B75FCDC119D90BBE, Colin to fix")
public void testSingleValuedField_WithValueScript_WithParams() throws Exception {
int sigDigits = randomSignificantDigits();
Map<String, Object> params = new HashMap<>();
@ -369,6 +370,7 @@ public class HDRPercentileRanksTests extends AbstractNumericTests {
@Override
@Test
@AwaitsFix(bugUrl="Fails with seed: B75FCDC119D90BBE, Colin to fix")
public void testScript_SingleValued_WithParams() throws Exception {
int sigDigits = randomSignificantDigits();
Map<String, Object> params = new HashMap<>();
@ -499,4 +501,4 @@ public class HDRPercentileRanksTests extends AbstractNumericTests {
}
}
}
}