Skip to content

Commit 06ba89b

Browse files
committed
TASK: Disable realtime indexing for Testing context
This fixes the functional tests, since they expect to be able to index explicitly.
1 parent d245a65 commit 06ba89b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Configuration/Testing/Settings.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ TYPO3:
66
log:
77
backendOptions:
88
fileBackend:
9-
logFileURL: '%FLOW_PATH_DATA%Logs/ElasticSearch_Testing.log'
9+
logFileURL: '%FLOW_PATH_DATA%Logs/ElasticSearch_Testing.log'
10+
realtimeIndexing:
11+
enabled: false

0 commit comments

Comments
 (0)