diff options
author | 2025-02-20 09:18:50 +0100 | |
---|---|---|
committer | 2025-02-20 08:42:04 +0000 | |
commit | 9ab897294ead08d80938a230ce5b151584fbe6e2 (patch) | |
tree | d7dfc2fecef43782dda688d5b7afdd3841f4cb5b /net-analyzer | |
parent | net-analyzer/wireshark: remove obsolete kerberos workaround (diff) | |
download | gentoo-9ab897294ead08d80938a230ce5b151584fbe6e2.tar.gz gentoo-9ab897294ead08d80938a230ce5b151584fbe6e2.tar.bz2 gentoo-9ab897294ead08d80938a230ce5b151584fbe6e2.zip |
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>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.4.4.ebuild | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-9999.ebuild | 5 |
2 files changed, 0 insertions, 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 \ |