Skip to content

Commit bd2d3b5

Browse files
committed
Add release for CrossClustersCancellationIT
1 parent b824848 commit bd2d3b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/CrossClustersCancellationIT.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import org.elasticsearch.xcontent.XContentBuilder;
2828
import org.elasticsearch.xcontent.json.JsonXContent;
2929
import org.elasticsearch.xpack.esql.plugin.ComputeService;
30+
import org.junit.After;
3031
import org.junit.Before;
3132

3233
import java.util.ArrayList;
@@ -76,6 +77,11 @@ public void resetPlugin() {
7677
SimplePauseFieldPlugin.resetPlugin();
7778
}
7879

80+
@After
81+
public void releasePlugin() {
82+
SimplePauseFieldPlugin.release();
83+
}
84+
7985
@Override
8086
protected boolean reuseClusters() {
8187
return false;

0 commit comments

Comments
 (0)