skip flaky suite (#116537)

This commit is contained in:
spalger 2021-10-28 09:03:16 +00:00
parent 2e4c87211c
commit 42857a4da9

View file

@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
return text;
}
describe('Search session client side cache', () => {
// FLAKY: https://github.com/elastic/kibana/issues/116537
describe.skip('Search session client side cache', () => {
const appId = 'searchExamples';
before(async function () {