diff --git a/goofy-client/apps/goofy-e2e/src/integration/user-profile/user-profile-icon-in-kommentar-error.e2e-spec.ts b/goofy-client/apps/goofy-e2e/src/integration/user-profile/user-profile-icon-in-kommentar-error.e2e-spec.ts index 4a9df6125b70ba8f82f5c0e11690e1ef37bdf6d1..8adf99085a8b53dd5c306e4139b1ae6edcc66993 100644 --- a/goofy-client/apps/goofy-e2e/src/integration/user-profile/user-profile-icon-in-kommentar-error.e2e-spec.ts +++ b/goofy-client/apps/goofy-e2e/src/integration/user-profile/user-profile-icon-in-kommentar-error.e2e-spec.ts @@ -56,7 +56,7 @@ describe('Kommentar user profile on backend error', () => { }) }) - describe('on status 503', () => { + describe.skip('on status 503', () => { it('should manipulate response on vorgang detail navigation', () => { interceptWithResponse(HttpMethodE2E.GET, '/api/userProfiles/*', { statusCode: 503, body: { issues: [{ messageCode: MessageCodeE2E.SERVICE_UNAVAILABLE }] } });