Skip to content

Commit 718d5d0

Browse files
committed
test: skip test-fs-utimes-y2K38 on armv7
`parallel/test-fs-utimes-y2K38` appears to be broken on 32-bit armv7 systems where the underlying filesystem supports y2k38. Signed-off-by: Richard Lau <richard.lau@ibm.com> PR-URL: #63836 Refs: #63835 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Stewart X Addison <sxa@redhat.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
1 parent 041185b commit 718d5d0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/parallel/parallel.status

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ test-macos-app-sandbox: PASS, FLAKY
7676
# https://github.com/nodejs/node/issues/60050
7777
test-cluster-dgram-1: SKIP
7878

79+
[$arch==arm]
80+
# https://github.com/nodejs/node/issues/63835
81+
test-fs-utimes-y2K38: SKIP
82+
7983
[$arch==arm || $arch==arm64]
8084
# https://github.com/nodejs/node/pull/31178
8185
test-crypto-dh-stateless: SKIP

0 commit comments

Comments
 (0)