Unignores ClientCertAuthSSLTests.testSslTrust

Fixes gh-2022
This commit is contained in:
spencergibb
2021-03-12 16:43:57 -05:00
parent f54537e843
commit 6c7ac3c590

View File

@@ -26,7 +26,6 @@ import io.netty.handler.ssl.SslContext;
import io.netty.handler.ssl.SslContextBuilder;
import io.netty.handler.ssl.util.InsecureTrustManagerFactory;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import reactor.netty.http.client.HttpClient;
@@ -89,7 +88,6 @@ public class ClientCertAuthSSLTests extends SingleCertSSLTests {
}
}
@Ignore // see https://github.com/spring-cloud/spring-cloud-gateway/issues/2022
@Test
public void testSslTrust() {
testClient.get().uri("/ssltrust").exchange().expectStatus().is2xxSuccessful();