Skip to content

Commit

Permalink
skip flaky suite (#204381)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 22, 2025
1 parent d13cefd commit 14b5722
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/console/_console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('tabs navigation', () => {
// FLAKY: https://github.com/elastic/kibana/issues/204381
describe.skip('tabs navigation', () => {
let currentUrl: string;

beforeEach(async () => {
Expand Down

0 comments on commit 14b5722

Please sign in to comment.