Skip to content

Commit aa5d7d7

Browse files
authored
Fix system tests by not setting up log rotation
1 parent b2a332f commit aa5d7d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

installation_and_upgrade/ibex_install_utils/install_tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def remove_all_and_install_client_and_server(self):
152152
self._client_tasks.install_ibex_client()
153153
self._server_tasks.upgrade_instrument_configuration()
154154
self._server_tasks.install_shared_scripts_repository()
155-
self._server_tasks.setup_log_rotation()
156155

157156
def run_instrument_tests(self):
158157
"""Run through client and server tests once installation / deployment has completed."""

0 commit comments

Comments
 (0)