From 3eba10525348520160915692edc650a921126289 Mon Sep 17 00:00:00 2001 From: David Salvisberg Date: Tue, 5 Nov 2024 15:02:00 +0100 Subject: [PATCH] Fix broken test in measure test duration workflow [skip ci] --- tests/onegov/translator_directory/conftest.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/onegov/translator_directory/conftest.py b/tests/onegov/translator_directory/conftest.py index a2a3be5ebd..634859e87a 100644 --- a/tests/onegov/translator_directory/conftest.py +++ b/tests/onegov/translator_directory/conftest.py @@ -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': {