Commit 370af6df authored by Stephane Nicoll's avatar Stephane Nicoll

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

This reverts commit d9215d57.

Closes gh-13784
parent ada699a9
...@@ -18,7 +18,6 @@ package sample.session; ...@@ -18,7 +18,6 @@ package sample.session;
import java.util.Base64; import java.util.Base64;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
...@@ -49,7 +48,6 @@ public class SampleSessionWebFluxApplicationTests { ...@@ -49,7 +48,6 @@ public class SampleSessionWebFluxApplicationTests {
private WebClient.Builder webClientBuilder; private WebClient.Builder webClientBuilder;
@Test @Test
@Ignore
public void userDefinedMappingsSecureByDefault() throws Exception { public void userDefinedMappingsSecureByDefault() throws Exception {
WebClient webClient = this.webClientBuilder WebClient webClient = this.webClientBuilder
.baseUrl("http://localhost:" + this.port + "/").build(); .baseUrl("http://localhost:" + this.port + "/").build();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment