Unverified Commit 2a89ee2f authored by Landon James's avatar Landon James Committed by GitHub
Browse files

Ignore region provider spans test (#4065)

parents b558e823 330958fc
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();