mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#126421)
This commit is contained in:
parent
5d1ef0e7e5
commit
d499ed533a
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue