[9.0] [index management] unskip api integration test (#209034) (#209089)

# Backport

This will backport the following commits from `main` to `9.0`:
- [[index management] unskip api integration test
(#209034)](https://github.com/elastic/kibana/pull/209034)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Matthew
Kime","email":"matt@mattki.me"},"sourceCommit":{"committedDate":"2025-01-31T11:31:41Z","message":"[index
management] unskip api integration test (#209034)\n\n##
Summary\r\n\r\nThis change follows
from\r\nhttps://github.com/elastic/elasticsearch/pull/120539\r\n\r\n'frozen'
attribute will no longer be returned in 9.0 and greater since\r\nthere
are no longer frozen indices\r\n\r\nCloses:
https://github.com/elastic/kibana/issues/208873","sha":"ab9492c107a8ea2ca20bcb495f9c508a3b1e0037","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Index
Management","Team:Kibana
Management","release_note:skip","backport:prev-minor","v9.1.0"],"title":"[index
management] unskip api integration
test","number":209034,"url":"https://github.com/elastic/kibana/pull/209034","mergeCommit":{"message":"[index
management] unskip api integration test (#209034)\n\n##
Summary\r\n\r\nThis change follows
from\r\nhttps://github.com/elastic/elasticsearch/pull/120539\r\n\r\n'frozen'
attribute will no longer be returned in 9.0 and greater since\r\nthere
are no longer frozen indices\r\n\r\nCloses:
https://github.com/elastic/kibana/issues/208873","sha":"ab9492c107a8ea2ca20bcb495f9c508a3b1e0037"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209034","number":209034,"mergeCommit":{"message":"[index
management] unskip api integration test (#209034)\n\n##
Summary\r\n\r\nThis change follows
from\r\nhttps://github.com/elastic/elasticsearch/pull/120539\r\n\r\n'frozen'
attribute will no longer be returned in 9.0 and greater since\r\nthere
are no longer frozen indices\r\n\r\nCloses:
https://github.com/elastic/kibana/issues/208873","sha":"ab9492c107a8ea2ca20bcb495f9c508a3b1e0037"}}]}]
BACKPORT-->

Co-authored-by: Matthew Kime <matt@mattki.me>
This commit is contained in:
Kibana Machine 2025-02-01 00:42:13 +11:00 committed by GitHub
parent cc9871b58e
commit f78bb9ed43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,8 +15,7 @@ export default function ({ getService }: FtrProviderContext) {
const { createIndex, deleteAllIndices } = indicesHelpers(getService);
const { getIndexSettings, updateIndexSettings } = settingsApi(getService);
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/208873
describe.skip('settings', () => {
describe('settings', () => {
after(async () => await deleteAllIndices());
it('should fetch an index settings', async () => {
@ -48,7 +47,6 @@ export default function ({ getService }: FtrProviderContext) {
'max_script_fields',
'query',
'format',
'frozen',
'sort',
'priority',
'codec',