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