From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 433FB1581D3 for ; Sat, 1 Jun 2024 01:15:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C9A4E2A1F; Sat, 1 Jun 2024 01:15:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00B05E2A1F for ; Sat, 1 Jun 2024 01:15:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0433D335C4E for ; Sat, 1 Jun 2024 01:15:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69D251704 for ; Sat, 1 Jun 2024 01:15:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717204486.250ce33c4e5b27a02c60c7320ba60841c2c2c079.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-4.2.5.ebuild net-analyzer/wireshark/wireshark-9999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 250ce33c4e5b27a02c60c7320ba60841c2c2c079 X-VCS-Branch: master Date: Sat, 1 Jun 2024 01:15:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e29ca7e9-22aa-45ff-a412-f8c75e02ea29 X-Archives-Hash: dd61cf0c2627444c688ffc69fbaafa0b commit: 250ce33c4e5b27a02c60c7320ba60841c2c2c079 Author: Sam James gentoo org> AuthorDate: Sat Jun 1 01:14:22 2024 +0000 Commit: Sam James gentoo 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 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