Skip to content

Commit

Permalink
skip flaky suite (#147635)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 29, 2023
1 parent e55f9ee commit f7de319
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
const supertest = getService('supertest');
const esArchiver = getService('esArchiver');

describe('export', () => {
// FLAKY: https://github.com/elastic/kibana/issues/147635
describe.skip('export', () => {
before(() =>
esArchiver.load(
'test/functional/fixtures/es_archiver/saved_objects_management/hidden_saved_objects'
Expand Down

0 comments on commit f7de319

Please sign in to comment.