Commit cdcd5311 authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot
Browse files

Merge remote-tracking branch "origin/smithy-rs-release-1.x.y" into...

Merge remote-tracking branch "origin/smithy-rs-release-1.x.y" into "merge-smithy-rs-release-1.x.y-to-main"
parents 7db3e9f0 2a89ee2f
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();