Skip to content

Commit

Permalink
skip failing es promotion suites (#172248)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 30, 2023
1 parent 605235c commit a1c9104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/discover/value_suggestions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
);
}

describe('value suggestions', function describeIndexTests() {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/172248
describe.skip('value suggestions', function describeIndexTests() {
before(async function () {
await kibanaServer.savedObjects.cleanStandardList();
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
Expand Down

0 comments on commit a1c9104

Please sign in to comment.