mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#218255)
This commit is contained in:
parent
d9477a74d4
commit
d1826a4ebd
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const PageObjects = getPageObjects(['common', 'console', 'header']);
|
||||
const toasts = getService('toasts');
|
||||
|
||||
describe('misc console behavior', function testMiscConsoleBehavior() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/218255
|
||||
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