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 76CF615800A for ; Wed, 16 Aug 2023 20:02:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF8382BC02E; Wed, 16 Aug 2023 20:02:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 961942BC02E for ; Wed, 16 Aug 2023 20:02:23 +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 A138F33FE74 for ; Wed, 16 Aug 2023 20:02:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEF72E64 for ; Wed, 16 Aug 2023 20:02:20 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1692216120.6b5dfef87b974deed433736affa15c088a5d6e03.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nodejs/nodejs-20.5.1.ebuild X-VCS-Directories: net-libs/nodejs/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6b5dfef87b974deed433736affa15c088a5d6e03 X-VCS-Branch: master Date: Wed, 16 Aug 2023 20:02: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: bb62dceb-190a-4fa7-8849-608174fc1086 X-Archives-Hash: 5db66321adbc7d1d95fdf0e781edc661 commit: 6b5dfef87b974deed433736affa15c088a5d6e03 Author: William Hubbs gentoo org> AuthorDate: Wed Aug 16 20:01:04 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Aug 16 20:02:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5dfef8 net-libs/nodejs: drop failing test Closes: https://bugs.gentoo.org/912172 Signed-off-by: William Hubbs gentoo.org> net-libs/nodejs/nodejs-20.5.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-libs/nodejs/nodejs-20.5.1.ebuild b/net-libs/nodejs/nodejs-20.5.1.ebuild index d7d48fa18e8e..4b821281e105 100644 --- a/net-libs/nodejs/nodejs-20.5.1.ebuild +++ b/net-libs/nodejs/nodejs-20.5.1.ebuild @@ -241,6 +241,7 @@ src_test() { test/parallel/test-dns-setserver-when-querying.js test/parallel/test-fs-mkdir.js test/parallel/test-fs-utimes-y2K38.js + test/parallel/test-fs-watch-recursive-add-file.js test/parallel/test-release-npm.js test/parallel/test-socket-write-after-fin-error.js test/parallel/test-strace-openat-openssl.js