test: mark test-zlib.zlib-binding.deflate as flaky
test-zlib.zlib-binding.deflate is failing continuously in our CI, leaving us with 1% successful builds during the last 100 runs. This commit marks the test as flaky while the issue is not resolved. Ref: https://github.com/nodejs/node/issues/20907 PR-URL: https://github.com/nodejs/node/pull/20935 Refs: https://github.com/nodejs/node/issues/20907 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
This commit is contained in:
parent
531b4bedca
commit
f96ef5574c
22
test/async-hooks/async-hooks.status
Normal file
22
test/async-hooks/async-hooks.status
Normal file
@ -0,0 +1,22 @@
|
||||
prefix async-hooks
|
||||
|
||||
# To mark a test as flaky, list the test name in the appropriate section
|
||||
# below, without ".js", followed by ": PASS,FLAKY". Example:
|
||||
# sample-test : PASS,FLAKY
|
||||
|
||||
[true] # This section applies to all platforms
|
||||
|
||||
[$system==win32]
|
||||
|
||||
[$system==linux]
|
||||
test-zlib.zlib-binding.deflate: PASS,FLAKY
|
||||
|
||||
[$system==macos]
|
||||
|
||||
[$arch==arm || $arch==arm64]
|
||||
|
||||
[$system==solaris] # Also applies to SmartOS
|
||||
|
||||
[$system==freebsd]
|
||||
|
||||
[$system==aix]
|
Loading…
x
Reference in New Issue
Block a user