mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#166893)
This commit is contained in:
parent
1e3f438531
commit
9dc854cf40
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue