skip flaky suite. #112913

This commit is contained in:
Jonathan Budzenski 2021-09-23 10:16:31 -05:00
parent 9c30f87ff4
commit 9d44ff1f07

View file

@ -23,7 +23,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const searchSessions = getService('searchSessions');
describe('discover in space', () => {
// FLAKY https://github.com/elastic/kibana/issues/112913
describe.skip('discover in space', () => {
describe('Storing search sessions in space', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/dashboard/session_in_space');