File: disable-some-tests.diff

package info (click to toggle)
node-multiparty 4.2.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,416 kB
  • sloc: javascript: 2,164; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Description: disable some tests that require an old superagent
Author: Xavier Guimard <yadd@debian.org>
Forwarded: no
Last-Update: 2020-01-27

--- a/test/test.js
+++ b/test/test.js
@@ -756,6 +756,7 @@
       });
     }
   },
+  /*
   {
     name: 'issue 4',
     fn: function(cb) {
@@ -1139,6 +1140,7 @@
       }
     }
   },
+  */
   {
     name: 'empty header field error',
     fn: function(cb) {
@@ -1186,6 +1188,7 @@
       });
     }
   },
+  /*
   {
     name: 'request encoding',
     fn: function(cb) {
@@ -1224,6 +1227,7 @@
       }
     }
   },
+  */
   {
     name: 'stream error',
     fn: function(cb) {