Skip to content

Commit

Permalink
test: mark test-zlib.zlib-binding.deflate as flaky
Browse files Browse the repository at this point in the history
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: nodejs#20907
  • Loading branch information
Matheus Marchini committed May 24, 2018
1 parent 531b4be commit 3744d57
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions test/async-hooks/async-hooks.status
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 3744d57

Please sign in to comment.