Skip to content

Commit

Permalink
[TEST] Enable testcase since #11482 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
s1monw committed Jun 22, 2015
1 parent 38ddc81 commit ec6946e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1316,8 +1316,7 @@ public void testExceptionOnNegativeInterval() {
}
}

@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/pull/11482")
public void testTimestampField() {
public void testTimestampField() { // see #11692
SearchResponse response = client().prepareSearch("idx").addAggregation(dateHistogram("histo").field("_timestamp").interval(randomFrom(DateHistogramInterval.DAY, DateHistogramInterval.MONTH))).get();
assertSearchResponse(response);
Histogram histo = response.getAggregations().get("histo");
Expand Down

0 comments on commit ec6946e

Please sign in to comment.