`9c14039a8f4b5f` broke blenlib tests in release builds, due to how `EXPECT_BLI_ASSERT` works (in release builds it just calls the given function, so if that crashes then the test fails). For now remove that check in the test.
`9c14039a8f4b5f` broke blenlib tests in release builds, due to how `EXPECT_BLI_ASSERT` works (in release builds it just calls the given function, so if that crashes then the test fails). For now remove that check in the test.