Skip to content

AST-1304 Pytest disable asan

Mark de Wever requested to merge ast-1304-pytest-disable-asan into master

Address sanitizer and this step don't work properly together and exception is thrown. The address in the exception looks like it's relative to a nullptr. Fixing this didn't work, instead use a work-around.

Merge request reports