Skip to content

Commit

Permalink
skip flaky suite (#157642)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 19, 2024
1 parent f74ada8 commit 2d6484d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});

describe('Modal', () => {
// FLAKY: https://github.com/elastic/kibana/issues/157642
describe.skip('Modal', () => {
const createdCases = new Map<string, string>();

const openModal = async () => {
Expand Down

0 comments on commit 2d6484d

Please sign in to comment.