diff -Nru node-chokidar-3.5.3/debian/changelog node-chokidar-3.5.3/debian/changelog --- node-chokidar-3.5.3/debian/changelog 2022-03-12 12:12:36.000000000 +0000 +++ node-chokidar-3.5.3/debian/changelog 2022-05-12 04:31:58.000000000 +0000 @@ -1,3 +1,10 @@ +node-chokidar (3.5.3-2) unstable; urgency=medium + + * Team upload + * Disable more tests (Closes: #1010864) + + -- Yadd Thu, 12 May 2022 06:31:58 +0200 + node-chokidar (3.5.3-1) unstable; urgency=medium * Team upload diff -Nru node-chokidar-3.5.3/debian/patches/disable-some-tests.diff node-chokidar-3.5.3/debian/patches/disable-some-tests.diff --- node-chokidar-3.5.3/debian/patches/disable-some-tests.diff 2022-03-12 12:01:29.000000000 +0000 +++ node-chokidar-3.5.3/debian/patches/disable-some-tests.diff 2022-05-12 04:13:18.000000000 +0000 @@ -1,8 +1,8 @@ Description: disable one test -Author: Xavier Guimard +Author: Yadd Bug-Debian: https://bugs.debian.org/973207 Forwarded: no -Last-Update: 2020-10-27 +Last-Update: 2022-05-12 --- a/test.js +++ b/test.js @@ -261,3 +261,12 @@ it('should not prevent the process from exiting', async () => { const scriptFile = getFixturePath('script.js'); const scriptContent = ` +@@ -2289,8 +2069,5 @@ + describe('fsevents (native extension)', runTests.bind(this, {useFsEvents: true})); + } + } +- if(!isIBMi) { +- describe('fs.watch (non-polling)', runTests.bind(this, {usePolling: false, useFsEvents: false})); +- } + describe('fs.watchFile (polling)', runTests.bind(this, {usePolling: true, interval: 10})); + });