From e0c9373682838cb04120fb714287e46f8ce95fc1 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sun, 9 Feb 2025 15:51:26 +0800 Subject: [PATCH] chore: skip oxlint snapshots for now --- scripts/snapshot.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/snapshot.mjs b/scripts/snapshot.mjs index a596eff1..6359e2ed 100644 --- a/scripts/snapshot.mjs +++ b/scripts/snapshot.mjs @@ -18,7 +18,9 @@ const featureFlags = [ 'playwright', 'nightwatch', 'eslint', - 'eslint-with-oxlint', + // Skipped oxlint for now as too many files in playground + // caused GitHub Actions to fail with (EMFILE: too many open files) + // 'eslint-with-oxlint', 'prettier', ] const featureFlagsDenylist = [