Skip to content

Commit cdcd531

Browse files
Merge remote-tracking branch "origin/smithy-rs-release-1.x.y" into "merge-smithy-rs-release-1.x.y-to-main"
2 parents 7db3e9f + 2a89ee2 commit cdcd531

File tree

1 file changed

+4
-0
lines changed
  • aws/sdk/integration-tests/telemetry/tests

1 file changed

+4
-0
lines changed

aws/sdk/integration-tests/telemetry/tests/spans.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,11 @@ async fn config_spans_emitted() {
224224
build_profile_token_provider.assert();
225225
}
226226

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

0 commit comments

Comments
 (0)