Skip to content

Commit

Permalink
Update packages/build/tests/plugins/tests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt authored Nov 20, 2023
1 parent a3005e3 commit 1b5c40c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/build/tests/plugins/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ test('Trusted plugins are passed featureflags and system log', async (t) => {
})
.runWithBuild()

// windows doesn't support the `/dev/fd/` API we're relying on for system logging.
if (platform !== 'win32') {
const systemLog = (await fs.readFile(systemLogFile, { encoding: 'utf8' })).split('\n')

Expand Down

0 comments on commit 1b5c40c

Please sign in to comment.