Explorar el Código

disable tests

Daniel Bohry hace 3 semanas
padre
commit
8606004426
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/test/java/com/lhamacorp/mailserver/AppTests.java

+ 0 - 1
src/test/java/com/lhamacorp/mailserver/AppTests.java

@@ -3,7 +3,6 @@ package com.lhamacorp.mailserver;
 import org.junit.jupiter.api.Test;
 import org.springframework.boot.test.context.SpringBootTest;
 
-@SpringBootTest
 class AppTests {
 
     @Test