mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skipping flakey test (#45001)
This commit is contained in:
parent
d9094574e8
commit
0d239384e5
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
// TODO: Flakey again https://github.com/elastic/kibana/issues/44575#issuecomment-528864287
|
||||
describe.skip('Copy Saved Objects to Space', function() {
|
||||
before(async () => {
|
||||
await esArchiver.load('spaces/copy_saved_objects');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue