mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test: Set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=false in nodes tests (#12762)
This commit is contained in:
@@ -3,3 +3,4 @@ import 'reflect-metadata';
|
|||||||
// Disable task runners until we have fixed the "run test workflows" test
|
// Disable task runners until we have fixed the "run test workflows" test
|
||||||
// to mock the Code Node execution
|
// to mock the Code Node execution
|
||||||
process.env.N8N_RUNNERS_ENABLED = 'false';
|
process.env.N8N_RUNNERS_ENABLED = 'false';
|
||||||
|
process.env.N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS = 'false';
|
||||||
|
|||||||
Reference in New Issue
Block a user