mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#80104)
This commit is contained in:
parent
b96638bd46
commit
233ee1c28d
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
const browser = getService('browser');
|
||||
const toasts = getService('toasts');
|
||||
|
||||
describe('shared links', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/80104
|
||||
describe.skip('shared links', function describeIndexTests() {
|
||||
let baseUrl;
|
||||
|
||||
async function setup({ storeStateInSessionStorage }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue