disable socket tests in Miri
This commit is contained in:
parent
5ac8ecea36
commit
079913ec71
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue