Skip to content

Commit

Permalink
skip flaky suite (#44575)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3d86740)
  • Loading branch information
spalger committed Nov 3, 2021
1 parent 4108fe8 commit a9144b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/spaces/copy_saved_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function spaceSelectorFunctonalTests({
const testSubjects = getService('testSubjects');
const PageObjects = getPageObjects(['security', 'settings', 'copySavedObjectsToSpace']);

describe('Copy Saved Objects to Space', function () {
// FLAKY: https://github.com/elastic/kibana/issues/44575
describe.skip('Copy Saved Objects to Space', function () {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/spaces/copy_saved_objects');

Expand Down

0 comments on commit a9144b9

Please sign in to comment.