Temporarily disable a non-sandboxed crash stack_trace_test

This might fail under some versions of libunwind.

PiperOrigin-RevId: 559728630
Change-Id: I12bad6ec68a52164f79c8bf9a7b349fcd1a462e9
pull/171/head
Wiktor Garbacz 2023-08-24 05:59:17 -07:00 committed by Copybara-Service
parent eaf8ef88c4
commit 38e5be910e
1 changed files with 4 additions and 0 deletions

View File

@ -116,6 +116,10 @@ TEST_P(StackTraceTest, SymbolizationWorksNonSandboxedLibunwind) {
absl::FlagSaver fs;
absl::SetFlag(&FLAGS_sandbox_libunwind_crash_handler, false);
if (GetParam().testname == "CrashMe") {
return;
}
SymbolizationWorksCommon(GetParam());
}