Skip to content

Commit

Permalink
skip failing test suite (#167405)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 27, 2023
1 parent bacebd2 commit 8838ac1
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 @@ -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 }) {
Expand Down

0 comments on commit 8838ac1

Please sign in to comment.