skipping flakey test (#45001)

This commit is contained in:
Larry Gregory 2019-09-06 11:28:07 -04:00 committed by GitHub
parent d9094574e8
commit 0d239384e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');