Commit 9f9a79ab authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #8782 from jvanbaarsen/no-test-class-caching

Don't cache classes in tests
parents 4932accb d458e39e
......@@ -5,7 +5,7 @@ Gitlab::Application.configure do
# test suite. You never need to work with it otherwise. Remember that
# your test database is "scratch space" for the test suite and is wiped
# and recreated between test runs. Don't rely on the data there!
config.cache_classes = true
config.cache_classes = false
# Configure static asset server for tests with Cache-Control for performance
config.serve_static_assets = true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment