Unverified Commit 30eed579 authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot Committed by GitHub
Browse files

Merge smithy-rs-release-1.x.y into main (#4066)



Merge it with `gh pr merge --admin --merge` or manually merge it with
the merge commit (not squash merge).

Co-authored-by: default avatarLandon James <lnj@amazon.com>
parents 7db3e9f0 cdcd5311
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -224,7 +224,11 @@ async fn config_spans_emitted() {
    build_profile_token_provider.assert();
}

// NOTE: this test is being temporarily ignored since, although it succeeds both locally and in the
// GitHub CI, it fails in our CodeBuild CI, likely because CodeBuild runs on EC2 so IMDS is present
// and causes different behavior.
#[tokio::test]
#[ignore]
async fn region_spans_emitted() {
    let assertion_registry = AssertionRegistry::default();
    let base_subscriber = tracing_subscriber::Registry::default();