mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#158465)
This commit is contained in:
parent
208e359aad
commit
9bb0b0dd01
1 changed files with 2 additions and 1 deletions
|
@ -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 }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue