Commit 330958fc authored by Landon James's avatar Landon James
Browse files

Ignore region provider spans test

It was behaving differently in GitHub CI vs CodeBuild CI
parent b558e823
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();