Changeset - 498c402affb3
[Not reviewed]
0 1 0
Christopher Esterhuyse - 5 years ago 2020-10-11 12:52:22
christopher.esterhuyse@gmail.com
ignoring fallable UDP tests by default
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/runtime/tests.rs
Show inline comments
 
@@ -704,6 +704,7 @@ fn solo_udp_get_fail() {
 
    c.sync(MS300).unwrap_err();
 
}
 

	
 
#[ignore]
 
#[test]
 
fn reowolf_to_udp() {
 
    let test_log_path = Path::new("./logs/reowolf_to_udp");
 
@@ -734,6 +735,7 @@ fn reowolf_to_udp() {
 
    .unwrap();
 
}
 

	
 
#[ignore]
 
#[test]
 
fn udp_to_reowolf() {
 
    let test_log_path = Path::new("./logs/udp_to_reowolf");
0 comments (0 inline, 0 general)