mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#193868)
This commit is contained in:
parent
d786a6bc3f
commit
ed9c3b5e41
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const browser = getService('browser');
|
||||
const PageObjects = getPageObjects(['common', 'console', 'header']);
|
||||
|
||||
describe('misc console behavior', function testMiscConsoleBehavior() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/193868
|
||||
describe.skip('misc console behavior', function testMiscConsoleBehavior() {
|
||||
before(async () => {
|
||||
await browser.setWindowSize(1200, 800);
|
||||
await PageObjects.common.navigateToApp('console');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue