Skip to content

Commit

Permalink
skip flaky suite (#183566)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 16, 2024
1 parent fd4de54 commit e6a91bc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ export default function ({
});
});

describe('Preserve Layout', () => {
// FLAKY: https://github.com/elastic/kibana/issues/183566
describe.skip('Preserve Layout', () => {
before(async () => {
await loadEcommerce();
});
Expand Down

0 comments on commit e6a91bc

Please sign in to comment.