Skip to content

Commit

Permalink
skip failing test suite (#166838)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 20, 2023
1 parent 72c06cf commit f6084a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
const testSubjects = getService('testSubjects');

// 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('when navigating to another app', () => {
it('prevents navigation if user click cancel on the confirmation dialog', async () => {
Expand Down

0 comments on commit f6084a5

Please sign in to comment.