mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing es promotion suites (#163365)
This commit is contained in:
parent
c73bce5e31
commit
4ccfb84e1e
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue