skip failing test suite (#167405)

This commit is contained in:
Kibana Machine 2023-09-27 18:47:11 -04:00
parent bacebd27e0
commit 8838ac1d18

View file

@ -22,7 +22,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const toasts = getService('toasts');
const deployment = getService('deployment');
describe('shared links', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/167405
describe.skip('shared links', function describeIndexTests() {
let baseUrl: string;
async function setup({ storeStateInSessionStorage }: { storeStateInSessionStorage: boolean }) {