Skip to content

Commit

Permalink
skip flaky suite (#90552)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 7, 2021
1 parent 8769c8d commit 44eff71
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const supertest = getService('supertest');

describe('DELETE /api/saved_objects_tagging/tags/{id}', () => {
// FLAKY: https://github.com/elastic/kibana/issues/90552
describe.skip('DELETE /api/saved_objects_tagging/tags/{id}', () => {
beforeEach(async () => {
await esArchiver.load('delete_with_references');
});
Expand Down

0 comments on commit 44eff71

Please sign in to comment.