Skip to content

Commit

Permalink
Mute tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Oct 16, 2023
1 parent 3247acc commit ab4a183
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public void testGroupOnSomeLongs() throws IOException {
/**
* This groups on 5000 columns which used to throw a {@link StackOverflowError}.
*/
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/100640")
public void testGroupOnManyLongs() throws IOException {
initManyLongs();
Map<?, ?> map = XContentHelper.convertToMap(
Expand Down Expand Up @@ -179,6 +180,7 @@ private Response concat(int evals) throws IOException {
/**
* Returns many moderately long strings.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/100678")
public void testManyConcat() throws IOException {
initManyLongs();
Map<?, ?> map = XContentHelper.convertToMap(JsonXContent.jsonXContent, EntityUtils.toString(manyConcat(300).getEntity()), false);
Expand Down

0 comments on commit ab4a183

Please sign in to comment.