Skip to content

Commit

Permalink
Disable profiler in test mode for Devconf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pablothedude committed Dec 10, 2024
1 parent 7e30842 commit 4b35243
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/packages/web_profiler.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
when@dev: &template
when@dev:
web_profiler:
toolbar: true
intercept_redirects: false
when@test: *template
when@smoketest: *template

when@test: &testTemplate
web_profiler:
toolbar: false
intercept_redirects: false
when@smoketest: *testTemplate

0 comments on commit 4b35243

Please sign in to comment.