AST-1304 Pytest disable asan
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.
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.