Skip to content

Commit 0fe72b8

Browse files
gireeshpunathilMylesBorins
authored andcommitted
test: mark two tests as flaky in AIX
sequential/test-inspector-debug-end and parallel/test-child-process-execfile Off late these have been failing in AIX. Debugging core dump suggested that this is a side effect of exit-race that is described in #25007 Mart these as flaky in AIX until that is resolved. Refs: #25047 Refs: #25029 PR-URL: #25126 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent b76931b commit 0fe72b8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/parallel/parallel.status

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ test-worker-prof: PASS,FLAKY
3636
[$system==freebsd]
3737

3838
[$system==aix]
39+
# https://github.com/nodejs/node/issues/25029
40+
test-child-process-execfile: PASS,FLAKY

test/sequential/sequential.status

+2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ test-http2-large-file: PASS, FLAKY
2828
[$system==aix]
2929
# https://github.com/nodejs/node/issues/24921
3030
test-child-process-execsync: PASS, FLAKY
31+
# https://github.com/nodejs/node/issues/25047
32+
test-inspector-debug-end: PASS, FLAKY
3133

3234
[$arch==arm]

0 commit comments

Comments
 (0)