diff --git a/app/config/packages/test/security.yaml b/app/config/packages/test/security.yaml new file mode 100644 index 00000000..298acd19 --- /dev/null +++ b/app/config/packages/test/security.yaml @@ -0,0 +1,5 @@ +security: + firewalls: + main: + # In integration tests the login throttling should be disabled + login_throttling: false