skip failing es promotion suites (#163365)

This commit is contained in:
Tiago Costa 2023-08-08 00:19:40 +01:00
parent c73bce5e31
commit 4ccfb84e1e
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -32,7 +32,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await remoteEsArchiver.unload('test/functional/fixtures/es_archiver/logstash_functional');
});
describe('Perform CCS Search in Console', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/163365
describe.skip('Perform CCS Search in Console', () => {
before(async () => {
await PageObjects.console.clearTextArea();
});