File: disable-ody-parser-test.patch

package info (click to toggle)
node-superagent 10.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,204 kB
  • sloc: javascript: 11,865; makefile: 77
file content (23 lines) | stat: -rw-r--r-- 486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: disable body-parser test during node-body-parser and node-express transition
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2025-10-25

--- a/test/request.js
+++ b/test/request.js
@@ -571,6 +571,7 @@
       });
   });
 
+  /*
   it('POST with no data', (next) => {
     request
       .post(`${uri}/empty-body`)
@@ -585,6 +586,7 @@
         }
       });
   });
+  */
 
   it('GET .type', (next) => {
     request.get(`${uri}/pets`).end((error, res) => {