Skip to content

Commit

Permalink
disable flaky suite (#44575)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5d47a56)
  • Loading branch information
spalger committed Sep 2, 2019
1 parent 35b1980 commit 71ba4fa
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 @@ -16,7 +16,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('spaces/copy_saved_objects');

Expand Down

0 comments on commit 71ba4fa

Please sign in to comment.