X Tutup
The Wayback Machine - https://web.archive.org/web/20210829104308/https://github.com/nodejs/node/commit/896ae96a15
Skip to content
Permalink
Browse files
test: mark WASI's test-return-on-exit as flaky
Refs: #36139

PR-URL: #36139
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
  • Loading branch information
cjihrig authored and targos committed Feb 11, 2021
1 parent 79da253 commit 896ae96a15f15b4e3e0265e439e378dd381a9768
Showing with 4 additions and 0 deletions.
  1. +4 −0 test/wasi/wasi.status
@@ -5,3 +5,7 @@ prefix wasi
# sample-test : PASS,FLAKY

[true] # This section applies to all platforms

[$system==win32]
# https://github.com/nodejs/node/pull/36139
test-return-on-exit: PASS,FLAKY

0 comments on commit 896ae96

Please sign in to comment.
X Tutup