Skip to content

appmonitor: Skip the test under OSX

Since commit c0ca3f99 this test is strictly depending on GDesktopAppInfo that is not defined or available in macos, so skip the test as we do for windows.

We could have done this at meson level too, but keeping it this way is probably a better reminder that this should be adapted for such scenario one day™

See: https://gitlab.gnome.org/GNOME/glib/-/jobs/2753753


Still we have other macos failures, which make CI unstable (such as !3386 (merged) or mutex tests timeouts), but at least now it always builds.

Merge request reports