Skip to content

Commit

Permalink
skip flaky suite (#166893)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 19, 2023
1 parent d6f237a commit 3ad58e9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
await testSubjects.click(subject);
};

describe('application deep links navigation', function describeDeepLinksTests() {
// FLAKY: 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 3ad58e9

Please sign in to comment.