mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
skip failing test suite (#166838)
This commit is contained in:
parent
72c06cf505
commit
f6084a5d1b
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
|
||||||
const testSubjects = getService('testSubjects');
|
const testSubjects = getService('testSubjects');
|
||||||
|
|
||||||
// Failing: See https://github.com/elastic/kibana/issues/75963
|
// Failing: See https://github.com/elastic/kibana/issues/75963
|
||||||
|
// Failing: See https://github.com/elastic/kibana/issues/166838
|
||||||
describe.skip('application using leave confirmation', () => {
|
describe.skip('application using leave confirmation', () => {
|
||||||
describe('when navigating to another app', () => {
|
describe('when navigating to another app', () => {
|
||||||
it('prevents navigation if user click cancel on the confirmation dialog', async () => {
|
it('prevents navigation if user click cancel on the confirmation dialog', async () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue