Skip to content

Commit

Permalink
skip failing test suite (#193868)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 1, 2024
1 parent 48b2099 commit cc02343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/apps/console/_misc_console_behavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const PageObjects = getPageObjects(['common', 'console', 'header']);

// Failing: See https://github.com/elastic/kibana/issues/193868
// Failing: See https://github.com/elastic/kibana/issues/193868
describe.skip('misc console behavior', function testMiscConsoleBehavior() {
before(async () => {
Expand Down

0 comments on commit cc02343

Please sign in to comment.