mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#141782)
This commit is contained in:
parent
96630d30ad
commit
be8016c1f7
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
});
|
||||
};
|
||||
|
||||
describe('_bulk_create', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/141782
|
||||
describe.skip('_bulk_create', () => {
|
||||
getTestScenarios([false, true]).spaces.forEach(({ spaceId, modifier: overwrite }) => {
|
||||
const suffix = overwrite ? ' with overwrite enabled' : '';
|
||||
const tests = createTests(overwrite!, spaceId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue