Skip to content

Commit

Permalink
skip failing test suite (#158465)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 31, 2023
1 parent 208e359 commit 9bb0b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/group1/_shared_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) {
Expand Down

0 comments on commit 9bb0b0d

Please sign in to comment.