File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
services/s3/src/test/java/software/amazon/awssdk/services/s3 Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -641,7 +641,6 @@ public void accessPointArn_outpost_differentRegion_useArnRegionFalse_throwsIlleg
641641 .hasMessageContaining ("Invalid configuration: region from ARN `us-east-1` does not match client region `us-west-2` and UseArnRegion is `false`" );
642642 }
643643
644- /*
645644 @ Test
646645 // TODO(sra-identity-and-auth), this test fails with Expected :"AWS4-ECDSA-P256-SHA256", Actual :"AWS4-HMAC-SHA256"
647646 public void accessPointArn_multiRegion_useArnRegionTrue_correctEndpointAndSigner () {
@@ -662,7 +661,6 @@ public void accessPointArn_multiRegion_useArnRegionTrue_correctEndpointAndSigner
662661 .isEqualTo ("AWS4-ECDSA-P256-SHA256" );
663662 assertThat (presignedRequest .url ().toString ()).startsWith (customEndpoint );
664663 }
665- */
666664
667665 @ Test
668666 public void outpostArn_usWest_calculatesCorrectSignature () {
You can’t perform that action at this time.
0 commit comments