Skip to content

Commit c2f54ff

Browse files
committed
Exclude windows
1 parent 939d481 commit c2f54ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

datadog-crashtracker/src/runtime_callback.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ mod tests {
546546
}
547547

548548
#[test]
549+
#[cfg(unix)]
549550
fn test_frame_collection() {
550551
let _guard = TEST_MUTEX.lock().unwrap();
551552
ensure_callback_cleared();
@@ -596,6 +597,7 @@ mod tests {
596597
}
597598

598599
#[test]
600+
#[cfg(unix)]
599601
fn test_stacktrace_string_collection() {
600602
let _guard = TEST_MUTEX.lock().unwrap();
601603
ensure_callback_cleared();
@@ -627,6 +629,7 @@ mod tests {
627629
}
628630

629631
#[test]
632+
#[cfg(unix)]
630633
fn test_no_callback_registered() {
631634
let _guard = TEST_MUTEX.lock().unwrap();
632635
ensure_callback_cleared();
@@ -648,6 +651,7 @@ mod tests {
648651
}
649652

650653
#[test]
654+
#[cfg(unix)]
651655
fn test_direct_pipe_writing() {
652656
let _guard = TEST_MUTEX.lock().unwrap();
653657
ensure_callback_cleared();

0 commit comments

Comments
 (0)