Skip to content

Commit

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

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

const openModal = async () => {
Expand Down

0 comments on commit d95ae3e

Please sign in to comment.