We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2520a commit d83e85dCopy full SHA for d83e85d
1 file changed
cypress/e2e/health-page.cy.ts
@@ -34,7 +34,7 @@ xdescribe('Health Page > Status Tab', () => {
34
});
35
36
37
-describe('Health Page > Info Tab', () => {
+xdescribe('Health Page > Info Tab', () => {
38
it('should pass accessibility tests', () => {
39
cy.intercept('GET', '*/server/actuator/info').as('info');
40
cy.wait('@info');
0 commit comments