Skip to content

Commit

Permalink
skip failing test suite (#126421)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Feb 27, 2022
1 parent 5d1ef0e commit d499ed5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/console/_autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const log = getService('log');
const PageObjects = getPageObjects(['common', 'console']);

describe('console autocomplete feature', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/126421
describe.skip('console autocomplete feature', function describeIndexTests() {
this.tags('includeFirefox');
before(async () => {
log.debug('navigateTo console');
Expand Down

0 comments on commit d499ed5

Please sign in to comment.