Skip to content

Commit

Permalink
skip flaky suite (#124104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 1, 2022
1 parent ddb3f4f commit b942e56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/console/_console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit b942e56

Please sign in to comment.