From c3c6a1d163f6f4ddffbdfeba497ea7cb211a218b Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 16 Dec 2021 18:03:16 +0100 Subject: [PATCH] Fix SIMasterLog configuration --- .../web/rest/sistemainformativo/SIMasterLogResourceIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/it/cnr/isti/epasmed/web/rest/sistemainformativo/SIMasterLogResourceIT.java b/src/test/java/it/cnr/isti/epasmed/web/rest/sistemainformativo/SIMasterLogResourceIT.java index 46f9bb1..47963d7 100644 --- a/src/test/java/it/cnr/isti/epasmed/web/rest/sistemainformativo/SIMasterLogResourceIT.java +++ b/src/test/java/it/cnr/isti/epasmed/web/rest/sistemainformativo/SIMasterLogResourceIT.java @@ -24,7 +24,7 @@ import it.cnr.isti.epasmed.security.AuthoritiesConstants; @AutoConfigureMockMvc @WithMockUser(authorities = AuthoritiesConstants.ADMIN) @SpringBootTest(classes = EpasmedApp.class) -@EnabledIf("true") +@EnabledIf("false") public class SIMasterLogResourceIT { private final Logger log = LoggerFactory.getLogger(getClass());