Skip to content

Commit

Permalink
Revert "skip failing test suite (elastic#158465)"
Browse files Browse the repository at this point in the history
This reverts commit 9bb0b0d.
  • Loading branch information
davismcphee committed Jun 24, 2023
1 parent 8251481 commit 306d6ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/discover/group1/_shared_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const toasts = getService('toasts');
const deployment = getService('deployment');

// Failing: See https://github.com/elastic/kibana/issues/158465
describe.skip('shared links', function describeIndexTests() {
describe('shared links', function describeIndexTests() {
let baseUrl: string;

async function setup({ storeStateInSessionStorage }: { storeStateInSessionStorage: boolean }) {
Expand Down

0 comments on commit 306d6ca

Please sign in to comment.