We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7db3e9f + 2a89ee2 commit cdcd531Copy full SHA for cdcd531
aws/sdk/integration-tests/telemetry/tests/spans.rs
@@ -224,7 +224,11 @@ async fn config_spans_emitted() {
224
build_profile_token_provider.assert();
225
}
226
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.
230
#[tokio::test]
231
+#[ignore]
232
async fn region_spans_emitted() {
233
let assertion_registry = AssertionRegistry::default();
234
let base_subscriber = tracing_subscriber::Registry::default();
0 commit comments