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