std: Ignore uv tests on FreeBSD
This commit is contained in:
parent
9831ee3e67
commit
b9089b5335
1 changed files with 2 additions and 0 deletions
|
|
@ -588,6 +588,7 @@ fn test_uv_new_loop_no_handles() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore(cfg(target_os = "freebsd"))]
|
||||
fn test_uv_simple_async() {
|
||||
let test_loop = uv::loop_new();
|
||||
let exit_port = comm::port::<bool>();
|
||||
|
|
@ -606,6 +607,7 @@ fn test_uv_simple_async() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore(cfg(target_os = "freebsd"))]
|
||||
fn test_uv_timer() {
|
||||
let test_loop = uv::loop_new();
|
||||
let exit_port = comm::port::<bool>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue