Skip to content

Commit 8da3bea

Browse files
authored
Remove @UpdateForV9 annotation in FullClusterRestartIT.java (#124474)
* Remove @UpdateForV9 annotation in FullClusterRestartIT.java * Remove UpdateForV9 import from FullClusterRestartIT.java
1 parent 435d1db commit 8da3bea

File tree

1 file changed

+0
-2
lines changed
  • x-pack/plugin/ent-search/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/application

1 file changed

+0
-2
lines changed

x-pack/plugin/ent-search/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/application/FullClusterRestartIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import org.elasticsearch.client.Request;
1313
import org.elasticsearch.client.Response;
1414
import org.elasticsearch.client.ResponseException;
15-
import org.elasticsearch.core.UpdateForV9;
1615
import org.elasticsearch.test.cluster.ElasticsearchCluster;
1716
import org.elasticsearch.test.cluster.local.distribution.DistributionType;
1817
import org.elasticsearch.test.rest.ObjectPath;
@@ -26,7 +25,6 @@
2625
import static org.elasticsearch.Version.V_8_12_0;
2726
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
2827

29-
@UpdateForV9(owner = UpdateForV9.Owner.ENTERPRISE_SEARCH) // Investigate what needs to be added in terms of 9.0 migration testing
3028
public class FullClusterRestartIT extends ParameterizedFullClusterRestartTestCase {
3129
// DSL was introduced with version 8.12.0 of ES.
3230
private static final Version DSL_DEFAULT_RETENTION_VERSION = V_8_12_0;

0 commit comments

Comments
 (0)