commit:     83d9fbb2961c5851685513984948ec707d2baf32
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 30 08:20:28 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 30 08:22:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d9fbb2

www-servers/varnish: test tweaks

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-servers/varnish/varnish-7.7.1.ebuild | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/www-servers/varnish/varnish-7.7.1.ebuild 
b/www-servers/varnish/varnish-7.7.1.ebuild
index 2fd299b98352..c5da657a0f77 100644
--- a/www-servers/varnish/varnish-7.7.1.ebuild
+++ b/www-servers/varnish/varnish-7.7.1.ebuild
@@ -72,6 +72,16 @@ src_configure() {
        econf "${myeconfargs[@]}"
 }
 
+src_test() {
+       # Per Fedora:
+       # "This is a bug in varnishtest making it incompatible with nghttp2 >= 
1.65"
+       rm bin/varnishtest/tests/a02022.vtc || die
+       # Times out
+       rm bin/varnishtest/tests/u00021.vtc || die
+
+       default
+}
+
 src_install() {
        emake DESTDIR="${D}" install
 

Reply via email to