diff options
author | Sam James <sam@gentoo.org> | 2024-06-01 02:14:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-01 02:14:46 +0100 |
commit | 250ce33c4e5b27a02c60c7320ba60841c2c2c079 (patch) | |
tree | b418f5e1bbbb61896cced9fc982f887ef606efbf /net-analyzer | |
parent | net-libs/nghttp3: update upstream metadata (diff) | |
download | gentoo-250ce33c4e5b27a02c60c7320ba60841c2c2c079.tar.gz gentoo-250ce33c4e5b27a02c60c7320ba60841c2c2c079.tar.bz2 gentoo-250ce33c4e5b27a02c60c7320ba60841c2c2c079.zip |
net-analyzer/wireshark: skip test_sharkd_req_follow_http2 for now
Bug: https://bugs.gentoo.org/933290
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-4.2.5.ebuild | 1 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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 |