Skip to content

Commit

Permalink
Skip Serverless Observability Tests / serverless observability UI nav…
Browse files Browse the repository at this point in the history
…igation active sidenav section is auto opened on load (elastic#162782)

## Summary

skip elastic#162781
  • Loading branch information
Dosant authored and Devon Thomson committed Aug 1, 2023
1 parent c2dc050 commit 71b4e2e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
await expectNoPageReload();
});

it('active sidenav section is auto opened on load', async () => {
// FLAKY/BUG?: https://github.com/elastic/kibana/issues/162781
it.skip('active sidenav section is auto opened on load', async () => {
await svlCommonNavigation.sidenav.openSection('project_settings_project_nav');
await svlCommonNavigation.sidenav.clickLink({ deepLinkId: 'management' });
await browser.refresh();
Expand Down

0 comments on commit 71b4e2e

Please sign in to comment.