Skip to content

Commit 02eeeff

Browse files
thesamesamflint2
authored andcommitted
www-servers/varnish: test tweaks
Signed-off-by: Sam James <[email protected]>
1 parent 5fbf1be commit 02eeeff

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

www-servers/varnish/varnish-7.7.1.ebuild

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ src_configure() {
7272
econf "${myeconfargs[@]}"
7373
}
7474

75+
src_test() {
76+
# Per Fedora:
77+
# "This is a bug in varnishtest making it incompatible with nghttp2 >= 1.65"
78+
rm bin/varnishtest/tests/a02022.vtc || die
79+
# Times out
80+
rm bin/varnishtest/tests/u00021.vtc || die
81+
82+
default
83+
}
84+
7585
src_install() {
7686
emake DESTDIR="${D}" install
7787

0 commit comments

Comments
 (0)