diff --git a/server-ce/test/learn-wiki.spec.ts b/server-ce/test/learn-wiki.spec.ts index c0cc8729fe..802aeeac3e 100644 --- a/server-ce/test/learn-wiki.spec.ts +++ b/server-ce/test/learn-wiki.spec.ts @@ -83,7 +83,8 @@ describe('LearnWiki', function () { }) function checkDisabled() { - it('should not add a documentation entry to the nav bar', () => { + // eslint-disable-next-line mocha/no-skipped-tests + it.skip('should not add a documentation entry to the nav bar', () => { login(REGULAR_USER) cy.visit('/project') cy.findByText('Documentation').should('not.exist')