Skip to content

Commit 63c8233

Browse files
committed
AwaitsFix for #100586
1 parent 8e5445b commit 63c8233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/data/BlockAccountingTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ public void testBooleanBlockWithNullFirstValues() {
148148
assertThat(empty.ramBytesUsed(), lessThanOrEqualTo(expectedEmptyUsed));
149149
}
150150

151+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/100586")
151152
public void testIntBlock() {
152153
Block empty = new IntArrayBlock(new int[] {}, 0, new int[] {}, null, Block.MvOrdering.UNORDERED);
153154
long expectedEmptyUsed = RamUsageTester.ramUsed(empty, RAM_USAGE_ACCUMULATOR);

0 commit comments

Comments
 (0)