disable test engine crash handler for now

This commit is contained in:
scawful
2024-07-29 18:25:39 -04:00
parent 5ba20b6c88
commit 0a0ee1bebd

View File

@@ -415,7 +415,7 @@ absl::Status Controller::CreateTestContext() {
ImGuiTestEngine_Start(engine, ImGui::GetCurrentContext());
// TODO: Setup with absl signal handler
ImGuiTestEngine_InstallDefaultCrashHandler();
// ImGuiTestEngine_InstallDefaultCrashHandler();
return absl::OkStatus();
}