mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#138050)
This commit is contained in:
parent
f9e313b724
commit
55665bcc42
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ export default function createUpdateTests({ getService }: FtrProviderContext) {
|
|||
const retry = getService('retry');
|
||||
const waitForExecutionCount = createWaitForExecutionCount(supertest, Spaces.space1.id);
|
||||
|
||||
describe('bulkEdit', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/138050
|
||||
describe.skip('bulkEdit', () => {
|
||||
const objectRemover = new ObjectRemover(supertest);
|
||||
|
||||
after(() => objectRemover.removeAll());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue