Skip to content

Commit d83e85d

Browse files
committed
disabled e2e
1 parent 4c2520a commit d83e85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/health-page.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ xdescribe('Health Page > Status Tab', () => {
3434
});
3535
});
3636

37-
describe('Health Page > Info Tab', () => {
37+
xdescribe('Health Page > Info Tab', () => {
3838
it('should pass accessibility tests', () => {
3939
cy.intercept('GET', '*/server/actuator/info').as('info');
4040
cy.wait('@info');

0 commit comments

Comments
 (0)