From 236b01f71eb1491604382b16a267f6f976e0b3e6 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Sat, 28 Oct 2023 10:04:25 +0200 Subject: [PATCH] Enable bevy signaling test --- bevy_matchbox/src/signaling.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bevy_matchbox/src/signaling.rs b/bevy_matchbox/src/signaling.rs index 85ac3feb..57994226 100644 --- a/bevy_matchbox/src/signaling.rs +++ b/bevy_matchbox/src/signaling.rs @@ -179,7 +179,6 @@ mod tests { } #[test] - #[ignore] // https://github.com/johanhelsing/matchbox/issues/350 fn start_signaling_without_panics() { let mut app = App::new();