summaryrefslogtreecommitdiff
path: root/test/parallel
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel')
-rw-r--r--test/parallel/test-bootstrap-modules.js1
-rw-r--r--test/parallel/test-http2-compat-errors.js1
-rw-r--r--test/parallel/test-http2-compat-serverresponse-close.js1
-rw-r--r--test/parallel/test-http2-server-errors.js2
-rw-r--r--test/parallel/test-http2-session-unref.js2
-rw-r--r--test/parallel/test-inspect-async-hook-setup-at-inspect.js1
-rw-r--r--test/parallel/test-inspector-esm.js1
-rw-r--r--test/parallel/test-inspector-multisession-ws.js1
-rw-r--r--test/parallel/test-inspector-reported-host.js1
-rw-r--r--test/parallel/test-inspector-wait-for-connection.js2
-rw-r--r--test/parallel/test-inspector-waiting-for-disconnect.js1
11 files changed, 0 insertions, 14 deletions
diff --git a/test/parallel/test-bootstrap-modules.js b/test/parallel/test-bootstrap-modules.js
index 7ca48c49cb..939658a3b0 100644
--- a/test/parallel/test-bootstrap-modules.js
+++ b/test/parallel/test-bootstrap-modules.js
@@ -1,4 +1,3 @@
-// Flags: --expose-internals
'use strict';
// This list must be computed before we require any modules to
diff --git a/test/parallel/test-http2-compat-errors.js b/test/parallel/test-http2-compat-errors.js
index c84318bad6..18dc385422 100644
--- a/test/parallel/test-http2-compat-errors.js
+++ b/test/parallel/test-http2-compat-errors.js
@@ -1,4 +1,3 @@
-// Flags: --expose-internals
'use strict';
const common = require('../common');
diff --git a/test/parallel/test-http2-compat-serverresponse-close.js b/test/parallel/test-http2-compat-serverresponse-close.js
index 0ff6bd3a83..71079f425c 100644
--- a/test/parallel/test-http2-compat-serverresponse-close.js
+++ b/test/parallel/test-http2-compat-serverresponse-close.js
@@ -1,4 +1,3 @@
-// Flags: --expose-internals
'use strict';
const common = require('../common');
diff --git a/test/parallel/test-http2-server-errors.js b/test/parallel/test-http2-server-errors.js
index fec6cc84be..959ddccdc7 100644
--- a/test/parallel/test-http2-server-errors.js
+++ b/test/parallel/test-http2-server-errors.js
@@ -1,6 +1,4 @@
-// Flags: --expose-internals
'use strict';
-
const common = require('../common');
if (!common.hasCrypto)
common.skip('missing crypto');
diff --git a/test/parallel/test-http2-session-unref.js b/test/parallel/test-http2-session-unref.js
index dcfbccf215..8afd659d33 100644
--- a/test/parallel/test-http2-session-unref.js
+++ b/test/parallel/test-http2-session-unref.js
@@ -1,6 +1,4 @@
'use strict';
-// Flags: --expose-internals
-
// Tests that calling unref() on Http2Session:
// (1) Prevents it from keeping the process alive
// (2) Doesn't crash
diff --git a/test/parallel/test-inspect-async-hook-setup-at-inspect.js b/test/parallel/test-inspect-async-hook-setup-at-inspect.js
index 48de93c061..b68617b5d5 100644
--- a/test/parallel/test-inspect-async-hook-setup-at-inspect.js
+++ b/test/parallel/test-inspect-async-hook-setup-at-inspect.js
@@ -1,4 +1,3 @@
-// Flags: --expose-internals
'use strict';
const common = require('../common');
common.skipIfInspectorDisabled();
diff --git a/test/parallel/test-inspector-esm.js b/test/parallel/test-inspector-esm.js
index d94f8d10bb..b5f55b68d7 100644
--- a/test/parallel/test-inspector-esm.js
+++ b/test/parallel/test-inspector-esm.js
@@ -1,4 +1,3 @@
-// Flags: --expose-internals
'use strict';
const common = require('../common');
diff --git a/test/parallel/test-inspector-multisession-ws.js b/test/parallel/test-inspector-multisession-ws.js
index 02fde12e1c..6b07af0b85 100644
--- a/test/parallel/test-inspector-multisession-ws.js
+++ b/test/parallel/test-inspector-multisession-ws.js
@@ -1,4 +1,3 @@
-// Flags: --expose-internals
'use strict';
const common = require('../common');
diff --git a/test/parallel/test-inspector-reported-host.js b/test/parallel/test-inspector-reported-host.js
index 142003e49f..b3bc736803 100644
--- a/test/parallel/test-inspector-reported-host.js
+++ b/test/parallel/test-inspector-reported-host.js
@@ -1,4 +1,3 @@
-// Flags: --expose-internals
'use strict';
const common = require('../common');
diff --git a/test/parallel/test-inspector-wait-for-connection.js b/test/parallel/test-inspector-wait-for-connection.js
index e6cfd81deb..44bb6dd5e1 100644
--- a/test/parallel/test-inspector-wait-for-connection.js
+++ b/test/parallel/test-inspector-wait-for-connection.js
@@ -1,5 +1,3 @@
-// Flags: --expose-internals
-
'use strict';
const common = require('../common');
diff --git a/test/parallel/test-inspector-waiting-for-disconnect.js b/test/parallel/test-inspector-waiting-for-disconnect.js
index 4c2ebdb1da..187875abc1 100644
--- a/test/parallel/test-inspector-waiting-for-disconnect.js
+++ b/test/parallel/test-inspector-waiting-for-disconnect.js
@@ -1,4 +1,3 @@
-// Flags: --expose-internals
'use strict';
const common = require('../common');