Skip to content

Commit

Permalink
skip failing es promotion (#208873)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 30, 2025
1 parent 010ef6b commit d3a115b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default function ({ getService }: FtrProviderContext) {
const { createIndex, deleteAllIndices } = indicesHelpers(getService);
const { getIndexSettings, updateIndexSettings } = settingsApi(getService);

describe('settings', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/208873
describe.skip('settings', () => {
after(async () => await deleteAllIndices());

it('should fetch an index settings', async () => {
Expand Down

0 comments on commit d3a115b

Please sign in to comment.