Skip to content

Commit

Permalink
test: mark SEA tests as flaky on PowerPC
Browse files Browse the repository at this point in the history
PR-URL: nodejs#50750
Refs: nodejs#50740
Refs: nodejs/reliability#718
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
joyeecheung authored and lucshi committed Nov 27, 2023
1 parent 377c28d commit 1108a98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ test-watch-mode-inspect: PASS, FLAKY
[$arch==s390x]
# https://github.com/nodejs/node/issues/41286
test-performance-eventloopdelay: PASS, FLAKY

[$arch==ppc]
# https://github.com/nodejs/node/issues/50740
test-single-executable-application-empty: PASS, FLAKY
test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY
test-single-executable-application-snapshot: PASS, FLAKY
test-single-executable-application-use-code-cache: PASS, FLAKY
test-single-executable-application: PASS, FLAKY

0 comments on commit 1108a98

Please sign in to comment.