Skip to content

Commit

Permalink
skip flaky suite (#164050)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 16, 2023
1 parent 3075883 commit 4cb3a74
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ describe('Description', () => {
expect(screen.queryByTestId('description-edit-icon')).not.toBeInTheDocument();
});

describe('draft message', () => {
// FLAKY: https://github.com/elastic/kibana/issues/164050
describe.skip('draft message', () => {
const draftStorageKey = `cases.testAppId.basic-case-id.description.markdownEditor`;

beforeEach(() => {
Expand Down

0 comments on commit 4cb3a74

Please sign in to comment.