mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#44575)
This commit is contained in:
parent
edd53f316f
commit
3d867400d8
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue