mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Disable tool document cache in unit tests
This commit is contained in:
@@ -170,6 +170,7 @@ class MockAppConfig(Bunch):
|
||||
|
||||
# set by MockDir
|
||||
self.root = root
|
||||
self.enable_tool_document_cache = False
|
||||
self.tool_cache_data_dir = os.path.join(root, 'tool_cache')
|
||||
self.delay_tool_initialization = True
|
||||
self.external_chown_script = None
|
||||
|
||||
Reference in New Issue
Block a user