Skip to content

Commit

Permalink
skip flaky suite (#132195)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 17, 2022
1 parent 8cf3344 commit 93ffd78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import { FtrProviderContext } from '../../../common/ftr_provider_context';
export default function createUpdateTests({ getService }: FtrProviderContext) {
const supertest = getService('supertest');

describe('bulkEdit', () => {
// FLAKY: https://github.com/elastic/kibana/issues/132195
describe.skip('bulkEdit', () => {
const objectRemover = new ObjectRemover(supertest);

after(() => objectRemover.removeAll());
Expand Down

0 comments on commit 93ffd78

Please sign in to comment.