From 9ab897294ead08d80938a230ce5b151584fbe6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Hoffst=C3=A4tte?= Date: Thu, 20 Feb 2025 09:18:50 +0100 Subject: [PATCH] net-analyzer/wireshark: no longer exclude fixed test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://gitlab.com/wireshark/wireshark/-/issues/20330 Signed-off-by: Holger Hoffstätte Closes: https://github.com/gentoo/gentoo/pull/40663 Signed-off-by: Sam James --- 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 902df8230a39c..fe82c41cb805c 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 902df8230a39c..fe82c41cb805c 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 \