Skip to content

Commit 1e51b1f

Browse files
authored
Removes @ignore annotation from test because it's not needed (#3615)
1 parent 1e99deb commit 1e51b1f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/UrlConnectionHttpClientWithCustomCreateWireMockTest.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,24 @@ protected SdkHttpClient createSdkHttpClient(SdkHttpClientOptions options) {
4545
}));
4646
}
4747

48-
@Ignore // Not supported when using custom factory
48+
// Empty test; behavior not supported when using custom factory
4949
@Override
5050
public void testCustomTlsTrustManager() {
5151
}
5252

53-
@Ignore // Not supported when using custom factory
53+
// Empty test; behavior not supported when using custom factory
5454
@Override
5555
public void testTrustAllWorks() {
5656
}
5757

58-
@Ignore // Not supported when using custom factory
58+
// Empty test; behavior not supported when using custom factory
5959
@Override
6060
public void testCustomTlsTrustManagerAndTrustAllFails() {
6161
}
6262

63-
@Ignore
63+
// Empty test; behavior not supported because the URL connection client does not allow disabling connection reuse
6464
@Override
6565
public void connectionsAreNotReusedOn5xxErrors() throws Exception {
66-
// We cannot support this because the URL connection client doesn't allow us to disable connection reuse
6766
}
6867

6968
@Test

0 commit comments

Comments
 (0)