1prefix addons 2 3# To mark a test as flaky, list the test name in the appropriate section 4# below, without ".js", followed by ": PASS,FLAKY". Example: 5# sample-test : PASS,FLAKY 6 7[true] # This section applies to all platforms 8 9[$arch==arm] 10# https://github.com/nodejs/node/issues/30786 11openssl-binding/test: PASS,FLAKY 12 13[$system==ibmi] 14openssl-binding/test: SKIP 15openssl-providers/test-default-only-config: SKIP 16openssl-providers/test-legacy-provider-config: SKIP 17openssl-providers/test-legacy-provider-inactive-config: SKIP 18openssl-providers/test-legacy-provider-option: SKIP 19openssl-providers/test-no-legacy-provider-option: SKIP 20zlib-binding/test: SKIP 21# https://github.com/nodejs/node/issues/34410 22register-signal-handler/test: PASS,FLAKY 23