Skip to content

Commit

Permalink
skip failing test suite (elastic#169875)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 25, 2023
1 parent c75efd2 commit a6efaf5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,10 @@ describe.skip('AddComment ', () => {
});
});

describe('draft comment ', () => {
// Depends on useCreateAttachmentsMock.mockImplementation
// in describe.skip('AddComment')
// https://github.com/elastic/kibana/issues/169875
describe.skip('draft comment ', () => {
let appMockRenderer: AppMockRenderer;

beforeEach(() => {
Expand Down

0 comments on commit a6efaf5

Please sign in to comment.