diff --git a/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/UrlConnectionHttpClientWithCustomCreateWireMockTest.java b/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/UrlConnectionHttpClientWithCustomCreateWireMockTest.java index f9c24e1ce28a..02c0bd252b5d 100644 --- a/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/UrlConnectionHttpClientWithCustomCreateWireMockTest.java +++ b/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/UrlConnectionHttpClientWithCustomCreateWireMockTest.java @@ -45,25 +45,24 @@ protected SdkHttpClient createSdkHttpClient(SdkHttpClientOptions options) { })); } - @Ignore // Not supported when using custom factory + // Empty test; behavior not supported when using custom factory @Override public void testCustomTlsTrustManager() { } - @Ignore // Not supported when using custom factory + // Empty test; behavior not supported when using custom factory @Override public void testTrustAllWorks() { } - @Ignore // Not supported when using custom factory + // Empty test; behavior not supported when using custom factory @Override public void testCustomTlsTrustManagerAndTrustAllFails() { } - @Ignore + // Empty test; behavior not supported because the URL connection client does not allow disabling connection reuse @Override public void connectionsAreNotReusedOn5xxErrors() throws Exception { - // We cannot support this because the URL connection client doesn't allow us to disable connection reuse } @Test