diff --git a/crates/wasm-actor/tests/wasm_actor.rs b/crates/wasm-actor/tests/wasm_actor.rs index 3011d2c..2706584 100644 --- a/crates/wasm-actor/tests/wasm_actor.rs +++ b/crates/wasm-actor/tests/wasm_actor.rs @@ -610,7 +610,6 @@ impl ActorInterface for ExitWatcher { } #[test] -#[ignore] // BUG: StopSignal handling in tick_all doesn't push to deaths vec — watchers never notified fn native_watcher_notified_when_wasm_actor_stops() { // A native actor watches a WASM actor. When the WASM actor is stopped, // the watcher should receive ActorExited with ExitReason::Stopped.