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 868f0dc commit 42d85c9Copy full SHA for 42d85c9
datadog-profiling/src/internal/observation/observations.rs
@@ -189,7 +189,7 @@ impl IntoIterator for Observations {
189
}
190
191
192
-#[cfg(all(test, not(miri)))]
+#[cfg(test)]
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