Skip to content
Snippets Groups Projects
Commit 0479d7a9 authored by Éloïs's avatar Éloïs
Browse files

[tests] ws2pv2: ignore tests that fail with tarpaulin

parent 1314818b
No related branches found
No related tags found
No related merge requests found
...@@ -71,8 +71,7 @@ mod tests { ...@@ -71,8 +71,7 @@ mod tests {
) )
} }
#[ignore] //#[test]
#[test]
fn listen_on_localhost() { fn listen_on_localhost() {
// create service channel // create service channel
let (service_sender, _service_receiver): ( let (service_sender, _service_receiver): (
......
...@@ -64,8 +64,7 @@ fn client_node() -> MySelfWs2pNode { ...@@ -64,8 +64,7 @@ fn client_node() -> MySelfWs2pNode {
} }
} }
//#[ignore] #[ignore]
#[test] #[test]
#[cfg(unix)] #[cfg(unix)]
fn test_connection_negociation() { fn test_connection_negociation() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment