mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#165924)
This commit is contained in:
parent
0c2d483d19
commit
7e96434168
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
|
|||
const svlCommonNavigation = getPageObject('svlCommonNavigation');
|
||||
const browser = getService('browser');
|
||||
|
||||
describe('navigation', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/165924
|
||||
describe.skip('navigation', function () {
|
||||
before(async () => {
|
||||
await svlObltNavigation.navigateToLandingPage();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue