We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223eea7 commit cc3d928Copy full SHA for cc3d928
opentelemetry-sdk/src/metrics/mod.rs
@@ -667,8 +667,9 @@ mod tests {
667
}
668
669
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
670
+ #[ignore = "Spatial aggregation is not yet implemented."]
671
async fn spatial_aggregation_when_view_drops_attributes_observable_counter() {
- // cargo test spatial_aggregation_when_view_drops_attributes_observable_counter --features=testing
672
+ // metrics::tests::spatial_aggregation_when_view_drops_attributes_observable_counter
673
674
// Arrange
675
let exporter = InMemoryMetricsExporter::default();
0 commit comments