Merge pull request #10326 from kwoyke/JAVA-3570
JAVA-3570: Ignore one of the FunctionalWebApplicationIntegrationTest
This commit is contained in:
commit
85cbc8fa7e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue