Skip to content

Commit

Permalink
Mute BreakingBytesRefBuilderTests#testAddBytesRef (elastic#99653)
Browse files Browse the repository at this point in the history
Flaky tests

relates elastic#99649
  • Loading branch information
luigidellaquila authored Sep 19, 2023
1 parent f685bdc commit bf8429b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public void applyToOracle(BytesRefBuilder oracle) {
});
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99649")
public void testAddBytesRef() {
testAgainstOracle(() -> new TestIteration() {
BytesRef ref = new BytesRef(randomAlphaOfLengthBetween(1, 100));
Expand Down

0 comments on commit bf8429b

Please sign in to comment.