Skip to content

Commit

Permalink
Mute failing ShardGetServiceTests/testGetFromTranslogWithLongSourceMa…
Browse files Browse the repository at this point in the history
…ppingOptionsAndStoredFields

Relates elastic#100487
  • Loading branch information
edsavage committed Oct 9, 2023
1 parent 15d541f commit 36a7473
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public void testGetFromTranslogWithStringSourceMappingOptionsAndStoredFields() t
runGetFromTranslogWithOptions(docToIndex, sourceOptions, noSource ? "" : "{\"bar\":\"bar\"}", "\"text\"", "foo", false);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/100487")
public void testGetFromTranslogWithLongSourceMappingOptionsAndStoredFields() throws IOException {
String docToIndex = """
{"foo" : 7, "bar" : 42}
Expand Down

0 comments on commit 36a7473

Please sign in to comment.