File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1414import org .elasticsearch .client .Request ;
1515import org .elasticsearch .common .xcontent .support .XContentMapValues ;
1616import org .elasticsearch .core .SuppressForbidden ;
17+ import org .elasticsearch .core .UpdateForV10 ;
1718import org .elasticsearch .test .cluster .ElasticsearchCluster ;
1819import org .elasticsearch .test .cluster .FeatureFlag ;
1920import org .elasticsearch .test .cluster .local .distribution .DistributionType ;
3334
3435public class FileSettingsUpgradeIT extends ParameterizedRollingUpgradeTestCase {
3536
37+ @ UpdateForV10 (owner = UpdateForV10 .Owner .CORE_INFRA ) // Remove this rule entirely
3638 private static final RunnableTestRuleAdapter versionLimit = new RunnableTestRuleAdapter (
3739 () -> assumeTrue (
3840 "Only valid when upgrading from pre-file settings" ,
You can’t perform that action at this time.
0 commit comments