Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(unit-tests): disable debug-assertions in test builds
We need to do this because we have tests which create Files from a raw fds or do an explicit close on fds. This causes UB check to trigger and test to panic. There is no separate flag to disable these checks, so we have to disable all debug-assertions in test builds. Tracking issue: rust-lang/rust#123499 Signed-off-by: Egor Lazarchuk <[email protected]>
- Loading branch information