Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: mark test-worker-take-heapsnapshot flaky #41253

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
test: mark test-worker-take-heapsnapshot flaky
- Mark test-worker-take-heapsnapshot as flaky on
  arm with debug

Refs: #41204
Refs: #41209

Signed-off-by: Michael Dawson <[email protected]>
  • Loading branch information
mhdawson committed Dec 20, 2021
commit 85c96e30e87a7a560ec1d3536548533a2d2f9404
4 changes: 4 additions & 0 deletions test/pummel/pummel.status
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ test-crypto-timing-safe-equal-benchmarks: PASS,FLAKY

[$system==macos]

[($arch==arm || $arch==arm64) && $mode==debug]
#https://github.com/nodejs/node/issues/41204
test-worker-take-heapsnapshot: PASS, FLAKY

[$arch==arm || $arch==arm64]

[$system==solaris] # Also applies to SmartOS
Expand Down