commit:     2b1963196b35f6a3c31b66534b3563932ff4cfaf
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Thu Jan  9 10:18:07 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  9 10:24:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b196319

net-analyzer/wireshark: exclude failing http2 test

Bug: https://gitlab.com/wireshark/wireshark/-/issues/20330
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/40067
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/wireshark/wireshark-4.4.2-r1.ebuild | 5 +++++
 net-analyzer/wireshark/wireshark-4.4.3.ebuild    | 5 +++++
 net-analyzer/wireshark/wireshark-9999.ebuild     | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/net-analyzer/wireshark/wireshark-4.4.2-r1.ebuild 
b/net-analyzer/wireshark/wireshark-4.4.2-r1.ebuild
index 70b917295734..5a6a17724369 100644
--- a/net-analyzer/wireshark/wireshark-4.4.2-r1.ebuild
+++ b/net-analyzer/wireshark/wireshark-4.4.2-r1.ebuild
@@ -253,6 +253,11 @@ src_configure() {
 src_test() {
        cmake_build test-programs
 
+       EPYTEST_DESELECT=(
+               # https://gitlab.com/wireshark/wireshark/-/issues/20330
+               suite_sharkd.py::TestSharkd::test_sharkd_req_follow_http2
+       )
+
        # https://www.wireshark.org/docs/wsdg_html_chunked/ChTestsRunPytest.html
        epytest \
                --disable-capture \

diff --git a/net-analyzer/wireshark/wireshark-4.4.3.ebuild 
b/net-analyzer/wireshark/wireshark-4.4.3.ebuild
index 7fa370c88d71..ac2883f1b6fc 100644
--- a/net-analyzer/wireshark/wireshark-4.4.3.ebuild
+++ b/net-analyzer/wireshark/wireshark-4.4.3.ebuild
@@ -253,6 +253,11 @@ src_configure() {
 src_test() {
        cmake_build test-programs
 
+       EPYTEST_DESELECT=(
+               # https://gitlab.com/wireshark/wireshark/-/issues/20330
+               suite_sharkd.py::TestSharkd::test_sharkd_req_follow_http2
+       )
+
        # https://www.wireshark.org/docs/wsdg_html_chunked/ChTestsRunPytest.html
        epytest \
                --disable-capture \

diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild 
b/net-analyzer/wireshark/wireshark-9999.ebuild
index 7fa370c88d71..ac2883f1b6fc 100644
--- a/net-analyzer/wireshark/wireshark-9999.ebuild
+++ b/net-analyzer/wireshark/wireshark-9999.ebuild
@@ -253,6 +253,11 @@ src_configure() {
 src_test() {
        cmake_build test-programs
 
+       EPYTEST_DESELECT=(
+               # https://gitlab.com/wireshark/wireshark/-/issues/20330
+               suite_sharkd.py::TestSharkd::test_sharkd_req_follow_http2
+       )
+
        # https://www.wireshark.org/docs/wsdg_html_chunked/ChTestsRunPytest.html
        epytest \
                --disable-capture \

Reply via email to