skip failing test suite (#158465)

This commit is contained in:
Kibana Machine 2023-05-31 11:21:12 -04:00
parent 208e359aad
commit 9bb0b0dd01

View file

@ -21,7 +21,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/158465
describe.skip('shared links', function describeIndexTests() {
let baseUrl: string;
async function setup({ storeStateInSessionStorage }: { storeStateInSessionStorage: boolean }) {