Skip to content

Commit

Permalink
skip failing test suite (#141782)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 30, 2022
1 parent 36abd98 commit e17ce2e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e17ce2e

Please sign in to comment.