From 7a867b8140fa5f5c3211a6b653912748ceee8012 Mon Sep 17 00:00:00 2001 From: Gireesh Punathil Date: Wed, 19 Dec 2018 02:56:42 -0500 Subject: 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 https://github.com/nodejs/node/issues/25007 Mart these as flaky in AIX until that is resolved. Refs: https://github.com/nodejs/node/issues/25047 Refs: https://github.com/nodejs/node/issues/25029 PR-URL: https://github.com/nodejs/node/pull/25126 Reviewed-By: James M Snell Reviewed-By: Joyee Cheung --- test/parallel/parallel.status | 2 ++ test/sequential/sequential.status | 2 ++ 2 files changed, 4 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 315e31af9a..bed491b595 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -34,3 +34,5 @@ test-cli-node-options: PASS,FLAKY [$system==freebsd] [$system==aix] +# https://github.com/nodejs/node/issues/25029 +test-child-process-execfile: PASS,FLAKY diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index c4797734fb..3cbb1982a3 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -28,5 +28,7 @@ test-http2-large-file: PASS, FLAKY [$system==aix] # https://github.com/nodejs/node/issues/24921 test-child-process-execsync: PASS, FLAKY +# https://github.com/nodejs/node/issues/25047 +test-inspector-debug-end: PASS, FLAKY [$arch==arm] -- cgit v1.2.3