diff --git a/goofy-server/src/test/java/de/itvsh/goofy/postfach/PostfachMailControllerTest.java b/goofy-server/src/test/java/de/itvsh/goofy/postfach/PostfachMailControllerTest.java index 1cc686bd0f92030621737879206e2dec1a6a4730..4423d22786638e5c079cdb650624b02fb7e463e6 100644 --- a/goofy-server/src/test/java/de/itvsh/goofy/postfach/PostfachMailControllerTest.java +++ b/goofy-server/src/test/java/de/itvsh/goofy/postfach/PostfachMailControllerTest.java @@ -13,6 +13,7 @@ import java.util.stream.Stream; import org.apache.commons.lang3.StringUtils; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; @@ -93,6 +94,7 @@ class PostfachMailControllerTest { } } + @Disabled("FIXME OZG-2966") @DisplayName("Get all as pdf") @Nested class TestGetAllAsPdf {