From 48774d34ef0e3c72de792a0f47183c83ea68c56f Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sun, 29 Sep 2024 23:17:31 +0200 Subject: [PATCH] fixup! skip tests that are hopeless --- test/common/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/common/index.js b/test/common/index.js index 8b166d189f6ddc..0391f3d33cde90 100644 --- a/test/common/index.js +++ b/test/common/index.js @@ -1147,6 +1147,7 @@ const common = { get isInsideDirWithUnusualChars() { return __dirname.includes('%') || (!isWindows && __dirname.includes('\\')) || + __dirname.includes('$') || __dirname.includes('\n') || __dirname.includes('\r') || __dirname.includes('\t');