1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-02-02 07:01:30 -08:00

test: Set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=false in nodes tests ()

This commit is contained in:
Tomi Turtiainen 2025-01-22 08:52:02 +02:00 committed by GitHub
parent 96ab5bc7e6
commit 97e651433b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,3 +3,4 @@ import 'reflect-metadata';
// Disable task runners until we have fixed the "run test workflows" test
// to mock the Code Node execution
process.env.N8N_RUNNERS_ENABLED = 'false';
process.env.N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS = 'false';