summaryrefslogtreecommitdiff
path: root/test/async-hooks/test-graph.tls-write.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/async-hooks/test-graph.tls-write.js')
-rw-r--r--test/async-hooks/test-graph.tls-write.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/async-hooks/test-graph.tls-write.js b/test/async-hooks/test-graph.tls-write.js
index 580264316d..5aee38e6b6 100644
--- a/test/async-hooks/test-graph.tls-write.js
+++ b/test/async-hooks/test-graph.tls-write.js
@@ -64,12 +64,8 @@ function onexit() {
id: 'getaddrinforeq:1', triggerAsyncId: 'tls:1' },
{ type: 'TCPCONNECTWRAP',
id: 'tcpconnect:1', triggerAsyncId: 'tcp:1' },
- { type: 'WRITEWRAP', id: 'write:1', triggerAsyncId: 'tcpconnect:1' },
{ type: 'TCPWRAP', id: 'tcp:2', triggerAsyncId: 'tcpserver:1' },
{ type: 'TLSWRAP', id: 'tls:2', triggerAsyncId: 'tcpserver:1' },
- { type: 'WRITEWRAP', id: 'write:2', triggerAsyncId: null },
- { type: 'WRITEWRAP', id: 'write:3', triggerAsyncId: null },
- { type: 'WRITEWRAP', id: 'write:4', triggerAsyncId: null },
{ type: 'Immediate', id: 'immediate:1', triggerAsyncId: 'tcp:2' },
{ type: 'Immediate', id: 'immediate:2', triggerAsyncId: 'tcp:1' },
]