@@ -265,6 +265,7 @@ internal class HttpChecksumTest {
265265 .region(Region::from_static("doesntmatter"))
266266 .with_test_defaults()
267267 .http_client(http_client)
268+ .retry_config($moduleName ::config::retry::RetryConfig::disabled())
268269 .build();
269270
270271 let client = $moduleName ::Client::from_conf(config);
@@ -332,6 +333,7 @@ internal class HttpChecksumTest {
332333 .region(Region::from_static("doesntmatter"))
333334 .with_test_defaults()
334335 .http_client(http_client)
336+ .retry_config($moduleName ::config::retry::RetryConfig::disabled())
335337 .build();
336338
337339 let client = $moduleName ::Client::from_conf(config);
@@ -409,6 +411,7 @@ internal class HttpChecksumTest {
409411 .region(Region::from_static("doesntmatter"))
410412 .with_test_defaults()
411413 .http_client(http_client)
414+ .retry_config($moduleName ::config::retry::RetryConfig::disabled())
412415 .build();
413416
414417 let client = $moduleName ::Client::from_conf(config);
@@ -456,6 +459,7 @@ internal class HttpChecksumTest {
456459 .region(Region::from_static("doesntmatter"))
457460 .with_test_defaults()
458461 .http_client(http_client)
462+ .retry_config($moduleName ::config::retry::RetryConfig::disabled())
459463 .build();
460464
461465 let client = $moduleName ::Client::from_conf(config);
@@ -526,6 +530,7 @@ internal class HttpChecksumTest {
526530 .region(Region::from_static("doesntmatter"))
527531 .with_test_defaults()
528532 .http_client(http_client)
533+ .retry_config($moduleName ::config::retry::RetryConfig::disabled())
529534 .build();
530535
531536 let client = $moduleName ::Client::from_conf(config);
@@ -574,6 +579,7 @@ internal class HttpChecksumTest {
574579 .region(Region::from_static("doesntmatter"))
575580 .with_test_defaults()
576581 .http_client(http_client)
582+ .retry_config($moduleName ::config::retry::RetryConfig::disabled())
577583 .request_checksum_calculation(
578584 aws_types::sdk_config::RequestChecksumCalculation::WhenRequired,
579585 )
@@ -604,6 +610,7 @@ internal class HttpChecksumTest {
604610 .region(Region::from_static("doesntmatter"))
605611 .with_test_defaults()
606612 .http_client(http_client)
613+ .retry_config($moduleName ::config::retry::RetryConfig::disabled())
607614 .build();
608615
609616 let client = $moduleName ::Client::from_conf(config);
@@ -636,6 +643,7 @@ internal class HttpChecksumTest {
636643 .region(Region::from_static("doesntmatter"))
637644 .with_test_defaults()
638645 .http_client(http_client)
646+ .retry_config($moduleName ::config::retry::RetryConfig::disabled())
639647 .build();
640648
641649 let client = $moduleName ::Client::from_conf(config);
@@ -668,6 +676,7 @@ internal class HttpChecksumTest {
668676 .region(Region::from_static("doesntmatter"))
669677 .with_test_defaults()
670678 .http_client(http_client)
679+ .retry_config($moduleName ::config::retry::RetryConfig::disabled())
671680 .response_checksum_validation(
672681 aws_types::sdk_config::ResponseChecksumValidation::WhenRequired,
673682 )
0 commit comments