Skip to content

Commit

Permalink
skip failing test suite (elastic#193868)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 24, 2024
1 parent d786a6b commit ed9c3b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/console/_misc_console_behavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit ed9c3b5

Please sign in to comment.