Skip to content

Commit

Permalink
skip flaky suite (elastic#183061)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 9, 2024
1 parent da1c86a commit f487d3e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
]);
const renderService = getService('renderable');

describe('Export import saved objects between versions', function () {
// FLAKY: https://github.com/elastic/kibana/issues/183061
describe.skip('Export import saved objects between versions', function () {
before(async function () {
await kibanaServer.savedObjects.cleanStandardList();
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
Expand Down

0 comments on commit f487d3e

Please sign in to comment.