gui-apps/pop-launcher: fix tests

Closes: https://bugs.gentoo.org/938496
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
Daichi Yamamoto
2024-08-25 21:29:25 +09:00
parent 51709fafa4
commit c766fb0bb2

View File

@@ -259,3 +259,11 @@ src_install() {
einstalldocs
}
src_test() {
local mytestargs=(
# The following tests require network access.
--skip web::test
)
cargo_src_test -- "${mytestargs[@]}"
}