mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Removed auto-update test for macos (blocks on github/CI)
This commit is contained in:
@@ -187,6 +187,7 @@ mod test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(all(target_os = "macos", feature = "github-actions")))]
|
||||||
fn auto_update() {
|
fn auto_update() {
|
||||||
// Wno version
|
// Wno version
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
@@ -200,6 +201,7 @@ mod test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(not(all(target_os = "macos", feature = "github-actions")))]
|
||||||
fn check_for_updates() {
|
fn check_for_updates() {
|
||||||
println!("{:?}", Update::is_new_version_available());
|
println!("{:?}", Update::is_new_version_available());
|
||||||
assert!(Update::is_new_version_available().is_ok());
|
assert!(Update::is_new_version_available().is_ok());
|
||||||
|
|||||||
Reference in New Issue
Block a user