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.
1 parent bdf66cd commit 868f0dcCopy full SHA for 868f0dc
datadog-profiling/src/internal/observation/observations.rs
@@ -189,7 +189,7 @@ impl IntoIterator for Observations {
189
}
190
191
192
-#[cfg(test)]
+#[cfg(all(test, not(miri)))]
193
mod tests {
194
use super::*;
195
use crate::collections::identifiable::*;
datadog-profiling/src/internal/profile/mod.rs
@@ -910,7 +910,7 @@ impl Profile {
910
911
912
913
914
mod api_tests {
915
916
use crate::pprof::test_utils::{roundtrip_to_pprof, sorted_samples, string_table_fetch};
0 commit comments