Skip to content

Commit 7e2ae75

Browse files
gireeshpunathiltargos
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 <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent e6da77b commit 7e2ae75

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
@@ -34,3 +34,5 @@ test-cli-node-options: PASS,FLAKY
3434
[$system==freebsd]
3535

3636
[$system==aix]
37+
# https://github.com/nodejs/node/issues/25029
38+
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)