Skip to content

Commit e3ecb6c

Browse files
author
Zelda Hessler
authored
remove: non-existent retry strategy from SRA test (#2640)
I made a mistake when I split the classifier work from the retry strategy work. Russell pointed that out to me, and this PR fixes it. _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent 6af5d40 commit e3ecb6c

File tree

1 file changed

+1
-1
lines changed
  • aws/sra-test/integration-tests/aws-sdk-s3/tests

1 file changed

+1
-1
lines changed

aws/sra-test/integration-tests/aws-sdk-s3/tests/sra_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async fn sra_manual_test() {
106106
cfg.put(params_builder);
107107

108108
cfg.set_retry_strategy(
109-
aws_smithy_runtime::client::retries::strategy::StandardRetryStrategy::default(),
109+
aws_smithy_runtime::client::retries::strategy::NeverRetryStrategy::default(),
110110
);
111111

112112
let connection: Box<dyn Connection> = Box::new(DynConnectorAdapter::new(

0 commit comments

Comments
 (0)