commit: 250ce33c4e5b27a02c60c7320ba60841c2c2c079 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 1 01:14:22 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 1 01:14:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250ce33c
net-analyzer/wireshark: skip test_sharkd_req_follow_http2 for now Bug: https://bugs.gentoo.org/933290 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/wireshark/wireshark-4.2.5.ebuild | 1 + net-analyzer/wireshark/wireshark-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-analyzer/wireshark/wireshark-4.2.5.ebuild b/net-analyzer/wireshark/wireshark-4.2.5.ebuild index 0e0d86d74067..c7145d15489e 100644 --- a/net-analyzer/wireshark/wireshark-4.2.5.ebuild +++ b/net-analyzer/wireshark/wireshark-4.2.5.ebuild @@ -272,6 +272,7 @@ src_test() { EPYTEST_DESELECT=( # TODO: investigate suite_follow_multistream.py::case_follow_multistream::test_follow_http2_multistream + suite_sharkd.py::TestSharkd::test_sharkd_req_follow_http2 ) # https://www.wireshark.org/docs/wsdg_html_chunked/ChTestsRunPytest.html diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index 0e0d86d74067..c7145d15489e 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -272,6 +272,7 @@ src_test() { EPYTEST_DESELECT=( # TODO: investigate suite_follow_multistream.py::case_follow_multistream::test_follow_http2_multistream + suite_sharkd.py::TestSharkd::test_sharkd_req_follow_http2 ) # https://www.wireshark.org/docs/wsdg_html_chunked/ChTestsRunPytest.html
