File: drop-one-test.patch

package info (click to toggle)
node-signal-exit 4.1.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: javascript: 723; sh: 12; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: this test fails in build env
Author: Yadd <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/1054766
Forwarded: no
Last-Update: 2023-10-28

--- a/test/signal-exit-test.ts
+++ b/test/signal-exit-test.ts
@@ -155,6 +155,7 @@
     })
   })
 
+  /*
   t.test('does not exit if user handles signal', t => {
     exec(
       node + ' ./test/fixtures/signal-listener.js',
@@ -170,4 +171,5 @@
       }
     )
   })
+  */
 }