Skip to content

Commit

Permalink
Fix broken test in measure test duration workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball authored Nov 5, 2024
1 parent 5cce136 commit 3eba105
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/onegov/translator_directory/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ def cfg_path(
'configuration': {
'dsn': postgres_dsn,
'redis_url': redis_url,
# FIXME: For some reason some of the tests crash on the CI
# under certain circumstances, if we try to
# configure an indexer, eventually we should try
# to get rid of this hack
'enable_elasticsearch': False,
'depot_backend': 'depot.io.memory.MemoryFileStorage',
'filestorage': 'fs.osfs.OSFS',
'filestorage_options': {
Expand Down

0 comments on commit 3eba105

Please sign in to comment.