summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/parallel/test-http-max-http-headers.js (renamed from test/sequential/test-http-max-http-headers.js)0
-rw-r--r--test/parallel/test-set-http-max-http-headers.js (renamed from test/sequential/test-set-http-max-http-headers.js)6
2 files changed, 2 insertions, 4 deletions
diff --git a/test/sequential/test-http-max-http-headers.js b/test/parallel/test-http-max-http-headers.js
index 04fdebd48c..04fdebd48c 100644
--- a/test/sequential/test-http-max-http-headers.js
+++ b/test/parallel/test-http-max-http-headers.js
diff --git a/test/sequential/test-set-http-max-http-headers.js b/test/parallel/test-set-http-max-http-headers.js
index cfe1ed6953..c4df779d2b 100644
--- a/test/sequential/test-set-http-max-http-headers.js
+++ b/test/parallel/test-set-http-max-http-headers.js
@@ -37,8 +37,7 @@ test(function(cb) {
NODE_DEBUG: 'http'
});
- // Validate that the test fails if the max header size is too small.
- // Validate that the test now passes if the same limit becomes large enough.
+ // Validate that the test now passes if the same limit is large enough.
const args = ['--expose-internals',
'--max-http-header-size=1024',
testName,
@@ -76,8 +75,7 @@ if (!process.config.variables.node_without_node_options) {
});
test(function(cb) {
- // Validate that the test now passes if the same limit
- // becomes large enough.
+ // Validate that the test now passes if the same limit is large enough.
const args = ['--expose-internals', testName, '1024'];
const cp = spawn(process.execPath, args, { env, stdio: 'inherit' });