diff --git a/x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/OperatorTestCase.java b/x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/OperatorTestCase.java index 8c930febf5cb5..63f601669636c 100644 --- a/x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/OperatorTestCase.java +++ b/x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/OperatorTestCase.java @@ -7,8 +7,6 @@ package org.elasticsearch.compute.operator; -import com.carrotsearch.randomizedtesting.annotations.Repeat; - import org.elasticsearch.action.ActionListener; import org.elasticsearch.action.support.PlainActionFuture; import org.elasticsearch.common.Randomness; @@ -223,7 +221,6 @@ protected final void assertSimple(DriverContext context, int size) { * Tests that finish then close without calling {@link Operator#getOutput} to * retrieve a potential last page, releases all memory. */ - @Repeat(iterations=1000) public void testSimpleFinishClose() { DriverContext driverContext = driverContext(); List input = CannedSourceOperator.collectPages(simpleInput(driverContext.blockFactory(), 1));