diff --git a/nodejs18.spec b/nodejs18.spec index a8f2b53..5df4ebe 100644 --- a/nodejs18.spec +++ b/nodejs18.spec @@ -900,16 +900,16 @@ ln addon-rpm.gypi deps/npm/node_modules/node-gyp/addon-rpm.gypi # Tarball doesn't have eslint package distributed, so disable some tests find test -name \*-eslint-\* -print -delete # No documentation is generated, don't bother checking it -rm -f test/doctool/test-make-doc.js +rm test/doctool/test-make-doc.js # DNS lookup doesn't work in build root -rm -f test/parallel/test-dns-cancel-reverse-lookup.js \ - test/parallel/test-dns-resolveany.js +rm test/parallel/test-dns-cancel-reverse-lookup.js \ + test/parallel/test-dns-resolveany.js # multicast test fail since no socket? -rm -f test/parallel/test-dgram-membership.js +rm test/parallel/test-dgram-membership.js %if %{node_version_number} >= 18 # OBS broken /etc/hosts -- https://github.com/openSUSE/open-build-service/issues/13104 -rm -f parallel/test-net-socket-connect-without-cb.js parallel/test-tcp-wrap-listen.js +rm test/parallel/test-net-socket-connect-without-cb.js test/parallel/test-tcp-wrap-listen.js %endif %if 0%{?fedora_version}