skip flaky suite (#124104)

This commit is contained in:
Tiago Costa 2022-02-01 02:16:13 +00:00
parent ddb3f4f461
commit b942e5609b
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'console']);
const toasts = getService('toasts');
describe('console app', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/124104
describe.skip('console app', function describeIndexTests() {
this.tags('includeFirefox');
before(async () => {
log.debug('navigateTo console');