skip failing suite (#154859)

This commit is contained in:
Jonathan Budzenski 2023-04-12 17:58:40 -05:00
parent 935a16d44f
commit d83f1fe5c1

View file

@ -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);
});