mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#75963)
This commit is contained in:
parent
4bb8f1b903
commit
ed0aadd14e
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
|
|||
const appsMenu = getService('appsMenu');
|
||||
const testSubjects = getService('testSubjects');
|
||||
|
||||
describe('application using leave confirmation', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/75963
|
||||
describe.skip('application using leave confirmation', () => {
|
||||
describe('when navigating to another app', () => {
|
||||
it('prevents navigation if user click cancel on the confirmation dialog', async () => {
|
||||
await PageObjects.common.navigateToApp('appleave1');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue