Skip to content

Commit 41b029d

Browse files
committed
skip failing test suite (elastic#213784)
1 parent ccc46ae commit 41b029d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/apps/console/_misc_console_behavior.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
1818
const browser = getService('browser');
1919
const PageObjects = getPageObjects(['common', 'console', 'header']);
2020

21-
describe('misc console behavior', function testMiscConsoleBehavior() {
21+
// Failing: See https://github.com/elastic/kibana/issues/213784
22+
describe.skip('misc console behavior', function testMiscConsoleBehavior() {
2223
before(async () => {
2324
await browser.setWindowSize(1200, 800);
2425
await PageObjects.common.navigateToApp('console');

0 commit comments

Comments
 (0)