skip failing es promotion suites (#157017)

This commit is contained in:
Tiago Costa 2023-05-08 17:20:52 +01:00
parent 20d29e5d26
commit 1cda321d92
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -18,7 +18,8 @@ export default function ({ getService }: FtrProviderContext) {
const retry = getService('retry');
const log = getService('log');
describe('Interactive Setup Functional Tests (Manual configuration)', function () {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/157017
describe.skip('Interactive Setup Functional Tests (Manual configuration)', function () {
this.tags('skipCloud');
let verificationCode: string;