diff --git a/src/platform/test.rs b/src/platform/test.rs index e91d98cde..a73786289 100644 --- a/src/platform/test.rs +++ b/src/platform/test.rs @@ -608,7 +608,6 @@ fn receiver_set_concurrent() { } } -#[cfg(not(any(feature = "force-inprocess", target_os = "android")))] #[test] fn server_accept_first() { let (server, name) = OsIpcOneShotServer::new().unwrap();