Description: disable two upstream tests Two of the tests provided by upstream is failing when building using cowbuilder, it works on a clean jail and on salsa tests. Not an upstream problem. Author: Fabio Augusto De Muzio Tobich Forwarded: no Last-Update: 2023-06-12 Index: ipcalc-ng/tests/meson.build =================================================================== --- ipcalc-ng.orig/tests/meson.build +++ ipcalc-ng/tests/meson.build @@ -71,14 +71,14 @@ test('RandomIPv6Explicit', ipcalc.full_path() + ' -6 -r 24' + '|grep Address' ] ) -test('HostnameIPv6Localhost', - testrunner, - args : [ - '--test-outfile', - ipcalc.full_path() + ' -6 -o localhost', - files('hostname-localhost-ipv6') - ] -) +#test('HostnameIPv6Localhost', +# testrunner, +# args : [ +# '--test-outfile', +# ipcalc.full_path() + ' -6 -o localhost', +# files('hostname-localhost-ipv6') +# ] +#) test('HostnameIPv4Localhost', testrunner, args : [ @@ -95,14 +95,14 @@ test('HostnameIPv4LocalhostJson', files('hostname-localhost-ipv4-json') ] ) -test('IPIPv6Localhost', - testrunner, - args : [ - '--test-outfile', - ipcalc.full_path() + ' -h ::1', - files('ip-localhost-ipv6') - ] -) +#test('IPIPv6Localhost', +# testrunner, +# args : [ +# '--test-outfile', +# ipcalc.full_path() + ' -h ::1', +# files('ip-localhost-ipv6') +# ] +#) test('IPIPv4Localhost', testrunner, args : [