Merge pull request #10326 from kwoyke/JAVA-3570

JAVA-3570: Ignore one of the FunctionalWebApplicationIntegrationTest
This commit is contained in:
kwoyke 2020-12-21 14:15:59 +01:00 committed by GitHub
commit 85cbc8fa7e
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import static org.springframework.web.reactive.function.BodyInserters.fromResour
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.boot.web.server.WebServer;
import org.springframework.core.io.ClassPathResource;
@ -102,6 +103,7 @@ public class FunctionalWebApplicationIntegrationTest {
.isEqualTo(String.valueOf(resource.contentLength()));
}
@Ignore("We get 404 after Spring Boot 2.4 upgrade. We need to solve it in a new task.")
@Test
public void givenActors_whenAddActor_thenAdded() throws Exception {
client.get()