Skip to content

Commit

Permalink
skip flaky suite (elastic#116058)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Dec 17, 2021
1 parent 679edf1 commit 0653947
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const retry = getService('retry');

describe('Export import saved objects between versions', function () {
// Failing: See https://github.com/elastic/kibana/issues/116058
describe.skip('Export import saved objects between versions', function () {
before(async function () {
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
await kibanaServer.uiSettings.replace({});
Expand Down

0 comments on commit 0653947

Please sign in to comment.