Skip to content

Commit

Permalink
Can't commit that
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Oct 9, 2023
1 parent 3551452 commit d57882b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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<Page> input = CannedSourceOperator.collectPages(simpleInput(driverContext.blockFactory(), 1));
Expand Down

0 comments on commit d57882b

Please sign in to comment.