mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#138160)
This commit is contained in:
parent
9de0fe9f63
commit
16888011e0
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const retry = getService('retry');
|
||||
const PageObjects = getPageObjects(['common', 'console', 'header']);
|
||||
|
||||
describe('console app', function testComments() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/138160
|
||||
describe.skip('console app', function testComments() {
|
||||
this.tags('includeFirefox');
|
||||
before(async () => {
|
||||
log.debug('navigateTo console');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue