Skip to content

Commit

Permalink
chore: disable retry config
Browse files Browse the repository at this point in the history
Co-authored-by: John DiSanti <[email protected]>
  • Loading branch information
eduardomourar and jdisanti authored Jan 26, 2023
1 parent 7478507 commit 56b7b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/sdk/integration-tests/webassembly/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn get_default_config() -> impl std::future::Future<Output = aws_config::SdkConf
"provider_name",
))
.timeout_config(TimeoutConfig::disabled())
.retry_config(RetryConfig::standard().with_max_attempts(1))
.retry_config(RetryConfig::disabled())
.http_connector(DynConnector::new(Adapter::default()))
.load()
}
Expand Down

0 comments on commit 56b7b33

Please sign in to comment.