New review comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/26965#discussion_r536883495 Comment: ```suggestion # Disable tests because they need dbus, X and GTK, same as gjs. configure_args="-Dskip_dbus_tests=true -Dskip_gtk_tests=true -Dprofiler=disabled -Dinstalled_tests=false" ``` That said, for tests that depend on dbus you should use `checkdepends="dbus"` and run them with `dbus-run-session ninja check`. For X, you can add `xvfb-run` into the mix.