Skip to content

Commit

Permalink
chore: disable selflink test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Apr 24, 2024
1 parent c77f035 commit c1152e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions workspaces/arborist/test/fixtures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ const roots = [
'optofdev',
'other',
'root',
'selflink',
// This test flakes out on Apple Silicon
// https://github.com/npm/cli/pull/7411
process.platform === 'darwin' && process.arch === 'arm64'
? null
: 'selflink',
'symlinked-node-modules/example',
'workspace',
'workspace2',
Expand All @@ -35,7 +39,7 @@ const roots = [
'link-dep-nested',
'link-dep-nested/root',
'external-link-cached-dummy-dep/root',
]
].filter(Boolean)

const symlinks = {
'selflink/node_modules/@scope/z/node_modules/glob':
Expand Down

0 comments on commit c1152e9

Please sign in to comment.