test: Disable notifications when testing the file locker

There is a conflict between notifications being sent out right before a test stops,
and the file locker trying to clean up the locks folder.
This only has an impact when shutting down the server so has no real impact,
but should still be fixed eventually so we can easily write tests.
This commit is contained in:
Joachim Van Herwegen 2022-10-04 10:31:08 +02:00
parent 7b6ddfa272
commit 334364918f

View File

@ -6,7 +6,7 @@
"css:config/app/setup/disabled.json",
"css:config/http/handler/default.json",
"css:config/http/middleware/default.json",
"css:config/http/notifications/websockets.json",
"css:config/http/notifications/disabled.json",
"css:config/http/server-factory/http.json",
"css:config/http/static/default.json",
"css:config/identity/access/public.json",