Skip to content

Commit

Permalink
skip flaky suite (#82804)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 10, 2020
1 parent 451e387 commit 6003cad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function createUpdateTests({ getService }: FtrProviderContext) {
.then((response: SupertestResponse) => response.body);
}

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

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

0 comments on commit 6003cad

Please sign in to comment.