mirror of
https://github.com/veeso/termscp.git
synced 2026-04-12 13:11:44 -07:00
Remove IO event tests because in github actions doesn't work
This commit is contained in:
@@ -78,10 +78,11 @@ mod tests {
|
|||||||
let input_hnd: InputHandler = InputHandler::new();
|
let input_hnd: InputHandler = InputHandler::new();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ERRORS ON GITHUB ACTIONS
|
||||||
#[test]
|
#[test]
|
||||||
fn test_ui_input_fetch() {
|
fn test_ui_input_fetch() {
|
||||||
let input_hnd: InputHandler = InputHandler::new();
|
let input_hnd: InputHandler = InputHandler::new();
|
||||||
// Try recv
|
// Try recv
|
||||||
assert_eq!(input_hnd.fetch_messages().ok().unwrap().len(), 0);
|
assert_eq!(input_hnd.fetch_messages().ok().unwrap().len(), 0);
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user