test: mark stringbytes-external-exceed-max tests as flaky on AIX

PR-URL: https://github.com/nodejs/node/pull/60565
Refs: https://github.com/nodejs/node/issues/60494
Refs: https://github.com/nodejs/reliability/blob/main/reports/2025-11-03.md
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Joyee Cheung 2025-11-05 11:36:41 +01:00 committed by Antoine du Hamel
parent 0b3c3b710a
commit 9dea7ffa30
No known key found for this signature in database
GPG Key ID: 20B1A390B168D356

View File

@ -20,3 +20,13 @@ openssl-providers/test-no-legacy-provider-option: SKIP
zlib-binding/test: SKIP
# https://github.com/nodejs/node/issues/34410
register-signal-handler/test: PASS,FLAKY
[$system==aix]
# https://github.com/nodejs/node/issues/60494
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max: PASS,FLAKY
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-hex: PASS,FLAKY
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-utf8: PASS,FLAKY
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-base64: PASS,FLAKY
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-2: PASS,FLAKY
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-ascii: PASS,FLAKY
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-binary: PASS,FLAKY