Skip to content

fix LaneChangeActionTest: Disable DeathTest under Windows

René Paris requested to merge 35-test-compilation-failure-on-windows-mingw into main

The googletest assertion ::testing::KilledBySignal(SIGSEGV) is not available on Windows (and MINGW). The test has been disabled by a preprocessor statement.

Closes #35 (closed)

Merge request reports