The reason for the unit test failure was because of a bug upstream that caused the tests to fail (and possibly for web-ext to be bugged) on certain versions of Node: https://github.com/mozilla/web-ext/issues/3429
Furthermore, the wiki recommends performing testing specifically so that we can catch these types of bugs during packaging, and if the tests must be disabled, it should be done using one of the listed methods instead of that line you currently have in the PKGBUILD: https://wiki.archlinux.org/title/Creating_packages
Pinned Comments