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 97c65a5 commit 9a37cd5
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 9a37cd5

Please sign in to comment.