Skip to content

Commit

Permalink
skip failing test suite (elastic#166893)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 21, 2023
1 parent 1e3f438 commit 9dc854c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
});
};

describe('application deep links navigation', function describeDeepLinksTests() {
// Failing: See https://github.com/elastic/kibana/issues/166893
describe.skip('application deep links navigation', function describeDeepLinksTests() {
before(async () => {
await esArchiver.emptyKibanaIndex();
await PageObjects.common.navigateToApp('dl');
Expand Down

0 comments on commit 9dc854c

Please sign in to comment.