skip flaky suite (#80104)

This commit is contained in:
spalger 2020-10-14 08:00:02 -07:00
parent b96638bd46
commit 233ee1c28d

View file

@ -28,7 +28,8 @@ export default function ({ getService, getPageObjects }) {
const browser = getService('browser');
const toasts = getService('toasts');
describe('shared links', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/80104
describe.skip('shared links', function describeIndexTests() {
let baseUrl;
async function setup({ storeStateInSessionStorage }) {