Skip to content

Commit

Permalink
cypress: skip api test
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Nov 21, 2024
1 parent 8fcc0c7 commit 1ade660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('/admin', () => {
});
<%_ } _%>

describe('/docs', () => {
describe.skip('/docs', () => {
it('should load the page', () => {
cy.getManagementInfo().then(info => {
if (info.activeProfiles.includes('api-docs')) {
Expand Down

0 comments on commit 1ade660

Please sign in to comment.