mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
# 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:
parent
cc9871b58e
commit
f78bb9ed43
1 changed files with 1 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue