Skip to content

Commit

Permalink
skip failing test suite (#193309)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 19, 2024
1 parent 27f5da4 commit e524ed6
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/193309
describe.skip('misc console behavior', function testMiscConsoleBehavior() {
this.tags('includeFirefox');
before(async () => {
await browser.setWindowSize(1200, 800);
Expand Down

0 comments on commit e524ed6

Please sign in to comment.