Skip to content

Commit aee24bf

Browse files
committed
First commit
1 parent ee82a73 commit aee24bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin_tests/tests/crashtracker_bin_test.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ fn test_crasht_tracking_validate_callstack() {
306306
test_crash_tracking_callstack()
307307
}
308308

309+
// This test is disabled for now on x86_64 musl and macos for the reason mentioned above.
310+
#[cfg(not(any(all(target_arch = "x86_64", target_env = "musl"), target_os = "macos")))]
309311
fn test_crash_tracking_callstack() {
310312
use bin_tests::test_runner::run_custom_crash_test;
311313

0 commit comments

Comments
 (0)