diff --git a/test/test_core.py b/test/test_core.py index 8d225d54a50d9..32396fb77692a 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -87,6 +87,7 @@ def esm_integration(func): assert callable(func) @wraps(func) + @no_sanitize('sanitizers do not support WASM_ESM_INTEGRATION') def decorated(self, *args, **kwargs): self.setup_esm_integration() return func(self, *args, **kwargs)