Skip to content

Commit

Permalink
skip failing suite (#154859)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Apr 12, 2023
1 parent 935a16d commit d83f1fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ export default ({ getService }: FtrProviderContext): void => {
});
};

describe('bulk_create_attachments', () => {
// FAILING: https://github.com/elastic/kibana/issues/154859
describe.skip('bulk_create_attachments', () => {
afterEach(async () => {
await deleteAllCaseItems(es);
});
Expand Down

0 comments on commit d83f1fe

Please sign in to comment.