Skip to content

Commit 6630172

Browse files
committed
fix: skip miri tests for zstd due to ffi
1 parent bdf66cd commit 6630172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog-profiling/src/internal/observation/observations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ impl IntoIterator for Observations {
189189
}
190190
}
191191

192-
#[cfg(test)]
192+
#[cfg(all(test, not(miri)))]
193193
mod tests {
194194
use super::*;
195195
use crate::collections::identifiable::*;

0 commit comments

Comments
 (0)