Skip to content

Commit

Permalink
skip flaky suite (#112353)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 15, 2021
1 parent 2711e7b commit ccf4410
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export default ({ getService }: FtrProviderContext): void => {
const supertest = getService('supertest');
const es = getService('es');

describe('import and export cases', () => {
// FLAKY: https://github.com/elastic/kibana/issues/112353
describe.skip('import and export cases', () => {
const actionsRemover = new ActionsRemover(supertest);

afterEach(async () => {
Expand Down

0 comments on commit ccf4410

Please sign in to comment.