Removed auto-update test for macos (blocks on github/CI)

This commit is contained in:
veeso 2021-09-17 09:52:35 +02:00
parent c052796d52
commit c824d00986

View file

@ -187,6 +187,7 @@ mod test {
}
#[test]
#[cfg(not(all(target_os = "macos", feature = "github-actions")))]
fn auto_update() {
// Wno version
assert_eq!(
@ -200,6 +201,7 @@ mod test {
}
#[test]
#[cfg(not(all(target_os = "macos", feature = "github-actions")))]
fn check_for_updates() {
println!("{:?}", Update::is_new_version_available());
assert!(Update::is_new_version_available().is_ok());