mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#156926)
This commit is contained in:
parent
c087c984ff
commit
b73cb8a31c
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
}
|
||||
|
||||
describe('console autocomplete feature', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/156926
|
||||
describe.skip('console autocomplete feature', function describeIndexTests() {
|
||||
before(async () => {
|
||||
log.debug('navigateTo console');
|
||||
await PageObjects.common.navigateToApp('console');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue