Skip to content

Commit 9d4025c

Browse files
committed
test: mark test-child-process-pipe-dataflow as flaky
PR-URL: #48334 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 87562c9 commit 9d4025c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include <node_api.h>
2+
3+
EXTERN_C_START
4+
napi_value Init(napi_env env, napi_value exports);
5+
EXTERN_C_END
6+
7+
NAPI_MODULE(NODE_GYP_MODULE_NAME, Init)

0 commit comments

Comments
 (0)