Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Dickinson committed Jan 28, 2024
1 parent 2a7148e commit 5100400
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/meshdb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,9 @@
"meshapi.Install",
"meshapi.Link",
"meshapi.Sector",
]
],
# This breaks tests, and our write volumes are so low that this performance
# impact should be negligible (it's an extra DB call on any model change)
# If this is a problem in the future, look into setting this only during testing
USE_CACHE=False,
)

0 comments on commit 5100400

Please sign in to comment.