mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing suite (#154859)
This commit is contained in:
parent
935a16d44f
commit
d83f1fe5c1
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue