diff --git a/tests/ffi/ffi.status b/tests/ffi/ffi.status index 6b4c9f3b4f0..496ccf135ac 100644 --- a/tests/ffi/ffi.status +++ b/tests/ffi/ffi.status @@ -87,7 +87,7 @@ native_assets/*: SkipByDesign # Only intended to run on host oses with AOT binar *: SkipByDesign # FFI is a VM-only feature. (This test suite is part of the default set.) [ $arch == simarm64_arm64 || $sanitizer == asan || $sanitizer == msan || $sanitizer == tsan ] -many_listener_callbacks_test/*: Pass, ExtraSlow +many_listener_callbacks_test: Pass, Slow # These tests trigger and catch an abort (intentionally) and terminate the VM. # They're incompatible with ASAN because not all memory is freed when aborting and