Revert "Ignore test affect by a regression in Spring Data Lovelace"

This reverts commit d9215d5714.

Closes gh-13784
This commit is contained in:
Stephane Nicoll 2018-07-17 11:33:14 +02:00
parent ada699a9f6
commit 370af6df08

View File

@ -18,7 +18,6 @@ package sample.session;
import java.util.Base64;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@ -49,7 +48,6 @@ public class SampleSessionWebFluxApplicationTests {
private WebClient.Builder webClientBuilder;
@Test
@Ignore
public void userDefinedMappingsSecureByDefault() throws Exception {
WebClient webClient = this.webClientBuilder
.baseUrl("http://localhost:" + this.port + "/").build();