Skip to content

Commit

Permalink
set back flaky test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Nov 17, 2020
1 parent 1cc9d52 commit bd65fb3
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 bd65fb3

Please sign in to comment.