Skip to content

Commit

Permalink
fixup! fs: streamline EISDIR error on different platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
lundibundi committed Sep 2, 2020
1 parent 0aecfeb commit d9431eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/sequential/sequential.status
Expand Up @@ -35,3 +35,7 @@ test-perf-hooks: SKIP
[$arch==arm]
# https://github.com/nodejs/node/issues/26401#issuecomment-613095719
test-worker-prof: PASS, FLAKY
# The test itself is not flaky but it cannot finish within timeout on ARM and
# since there is no way to change test timeout mark it as flaky instead so
# that it will at least be checked on other platforms
test-fs-path-dir: PASS, FLAKY

0 comments on commit d9431eb

Please sign in to comment.