mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
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:
parent
7b6ddfa272
commit
334364918f
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user