disable socket tests in Miri

This commit is contained in:
Ralf Jung 2026-02-03 09:02:27 +01:00
parent 5ac8ecea36
commit 079913ec71

View file

@ -1,4 +1,5 @@
#![cfg(windows)]
#![cfg(not(miri))] // no socket support in Miri
#![feature(windows_unix_domain_sockets)]
// Now only test windows_unix_domain_sockets feature
// in the future, will test both unix and windows uds