Make awx/main/tests/live dramatically faster (#15780)

* Make awx/main/tests/live dramatically faster

* Add new setting to exclude list
This commit is contained in:
Alan Rominger
2025-02-08 21:07:56 -05:00
committed by GitHub
parent 26346d237d
commit 7d2b2d672c
4 changed files with 11 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ LOCAL_SETTINGS = (
'CACHES',
'DEBUG',
'NAMED_URL_GRAPH',
'DISPATCHER_MOCK_PUBLISH',
)