Skip to content

Commit

Permalink
AwaitsFix for #56757
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed May 14, 2020
1 parent 3fb1e13 commit 6e1e12c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ public void testStringField() throws IOException {
"Re-index with correct docvalues type.", e.getMessage());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/56757")
public void testSummationAccuracy() throws IOException {
// Summing up a normal array and expect an accurate value
double[] values = new double[]{0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7};
Expand Down

0 comments on commit 6e1e12c

Please sign in to comment.