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 4A51C15802E for ; Sun, 30 Jun 2024 22:51:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE503E2A7F; Sun, 30 Jun 2024 22:51:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7786E2A7F for ; Sun, 30 Jun 2024 22:51:02 +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 EF3F3340C3C for ; Sun, 30 Jun 2024 22:51:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3528C1D9F for ; Sun, 30 Jun 2024 22:51:00 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1719787395.cec6a8fd2c23d38c56bb23f964d0144a1bb66cc2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kweathercore/kweathercore-9999.ebuild X-VCS-Directories: dev-libs/kweathercore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cec6a8fd2c23d38c56bb23f964d0144a1bb66cc2 X-VCS-Branch: master Date: Sun, 30 Jun 2024 22:51:00 +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: 6cb46d0b-8786-49d2-b137-6d132dfcafa8 X-Archives-Hash: f7819dec1e6c1aed9e8442bd73a2faf8 commit: cec6a8fd2c23d38c56bb23f964d0144a1bb66cc2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 30 22:43:15 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 30 22:43:15 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cec6a8fd dev-libs/kweathercore: Disable failing test Bug: https://bugs.gentoo.org/906392 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kweathercore/kweathercore-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-libs/kweathercore/kweathercore-9999.ebuild b/dev-libs/kweathercore/kweathercore-9999.ebuild index 83d762909c..be7adc1fb8 100644 --- a/dev-libs/kweathercore/kweathercore-9999.ebuild +++ b/dev-libs/kweathercore/kweathercore-9999.ebuild @@ -27,9 +27,8 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_test() { - local myctestargs=( - -E "locationquerytest" - ) - ecm_src_test -} +CMAKE_SKIP_TESTS=( + locationquerytest + # bug 906392 + metnoparsertest +)