Skip to content

Commit

Permalink
chore: skip oxlint snapshots for now
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Feb 9, 2025
1 parent 88b4e1c commit e0c9373
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/snapshot.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit e0c9373

Please sign in to comment.