From ddec1c9c951e4d20a16a7a5a761b40267c69c7ceb0b019e23077dc077ff04e55 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 30 Dec 2024 23:19:03 +0100 Subject: [PATCH] tests: remove problematic unit test removed test/report/test-report-exclude-network.js related: https://github.com/openSUSE/obs-build/issues/848 --- nodejs22.changes | 5 +++++ nodejs22.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/nodejs22.changes b/nodejs22.changes index 6149aeb..b888d51 100644 --- a/nodejs22.changes +++ b/nodejs22.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 30 22:17:20 UTC 2024 - Adam Majer + +- test/report/test-report-exclude-network.js - removed unit tests that fail in staging + ------------------------------------------------------------------- Fri Dec 20 12:56:09 UTC 2024 - Adam Majer diff --git a/nodejs22.spec b/nodejs22.spec index d229d64..bc457d8 100644 --- a/nodejs22.spec +++ b/nodejs22.spec @@ -969,6 +969,8 @@ rm test/parallel/test-dns-cancel-reverse-lookup.js \ test/parallel/test-dns-resolveany.js # multicast test fail since no socket? rm test/parallel/test-dgram-membership.js +# ::1 not defined in OBS on TW - https://github.com/openSUSE/obs-build/issues/848 +rm test/report/test-report-exclude-network.js %if %{node_version_number} >= 18 # OBS broken /etc/hosts -- https://github.com/openSUSE/open-build-service/issues/13104