New review comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/39663#discussion_r985836025 Comment: from Manual.md: > - `make_check` Sets the cases in which the `check` phase is run. > This option has to be accompanied by a comment explaining why the tests fail. > Allowed values: > - `yes` (the default) to run if `XBPS_CHECK_PKGS` is set. > - `extended` to run if `XBPS_CHECK_PKGS` is `full`. > - `ci-skip` to run locally if `XBPS_CHECK_PKGS` is set, but not as part of pull request checks. > - `no` to never run. you can set `XBPS_CHECK_PKGS` in `etc/conf`. Extended is for when checks requires some specific system setup, in this case, the system dbus service being enabled.