diff --git a/goofy-client/apps/goofy-e2e/src/integration/postfach-mail/postfach-nachricht-attachments.e2e-spec.ts b/goofy-client/apps/goofy-e2e/src/integration/postfach-mail/postfach-nachricht-attachments.e2e-spec.ts index 8823c40826a06aef2b380dee6a7020b0676d7ef4..d7b6c21c5580624d20a7591d005c1aaaf4f05d54 100644 --- a/goofy-client/apps/goofy-e2e/src/integration/postfach-mail/postfach-nachricht-attachments.e2e-spec.ts +++ b/goofy-client/apps/goofy-e2e/src/integration/postfach-mail/postfach-nachricht-attachments.e2e-spec.ts @@ -86,7 +86,7 @@ describe('Postfach Nachrichten Attachments', () => { }) }) - describe('navigate back', () => { + describe.skip('navigate back', () => { it('should show vorgang detail', () => { postfachSubnavigation.getBackButton().click(); @@ -100,4 +100,4 @@ describe('Postfach Nachrichten Attachments', () => { exist(vorgangList.getRoot()); }) }) -}) \ No newline at end of file +})