net-analyzer/wireshark: no longer exclude fixed test

Bug: https://gitlab.com/wireshark/wireshark/-/issues/20330
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/40663
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Holger Hoffstätte
2025-02-20 09:18:50 +01:00
committed by Sam James
parent 548b7e724d
commit 9ab897294e
2 changed files with 0 additions and 10 deletions

View File

@@ -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 \

View File

@@ -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 \