Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: John DiSanti <jdisanti@amazon.com>
  • Loading branch information
rcoh and jdisanti committed Feb 13, 2024
1 parent b3df41a commit c12b0d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import software.amazon.smithy.rust.codegen.core.testutil.integrationTest
class TimeoutConfigMergingTest {
@Test
fun testTimeoutSettingsProperlyMerged() {
// for monday: these tests don't seem to be running
awsSdkIntegrationTest(SdkCodegenIntegrationTest.model) { ctx, crate ->
val name = ctx.moduleUseName()
crate.integrationTest("timeout_settings_properly_merged") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ async fn default_connect_timeout_set() {
.build(),
)
.retry_config(RetryConfig::disabled())
//.http_client(NeverClient::new())
// ip that
.endpoint_url(
// Emulate a connect timeout error by hitting an unroutable IP
Expand Down

0 comments on commit c12b0d8

Please sign in to comment.