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) {
|