commit: 9ab897294ead08d80938a230ce5b151584fbe6e2 Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com> AuthorDate: Thu Feb 20 08:18:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 20 08:42:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab89729
net-analyzer/wireshark: no longer exclude fixed 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/40663 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/wireshark/wireshark-4.4.4.ebuild | 5 ----- net-analyzer/wireshark/wireshark-9999.ebuild | 5 ----- 2 files changed, 10 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-4.4.4.ebuild b/net-analyzer/wireshark/wireshark-4.4.4.ebuild index 902df8230a39..fe82c41cb805 100644 --- a/net-analyzer/wireshark/wireshark-4.4.4.ebuild +++ b/net-analyzer/wireshark/wireshark-4.4.4.ebuild @@ -240,11 +240,6 @@ 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 902df8230a39..fe82c41cb805 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -240,11 +240,6 @@ 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 \
