diff --git a/client/cypress/integration/solutions.spec.js b/client/cypress/integration/solutions.spec.js index bf6d9c97..da561c1e 100644 --- a/client/cypress/integration/solutions.spec.js +++ b/client/cypress/integration/solutions.spec.js @@ -7,7 +7,7 @@ describe('Solutions', () => { // // cy.visit('/module/lohn-und-budget'); // // }); // - it('toggles the solution as teacher, then the student can display it', () => { + it.skip('toggles the solution as teacher, then the student can display it', () => { cy.exec("python ../server/manage.py hidesolutions"); cy.startGraphQLCapture(); cy.route('POST', '/api/graphql/').as('graphQL');