Skip to content

Commit

Permalink
Merge pull request #201 from ISISComputingGroup/fix_system_tests_remo…
Browse files Browse the repository at this point in the history
…ve_log_rotation

Fix system tests by not setting up log rotation
  • Loading branch information
Chsudeepta authored Jul 30, 2024
2 parents b2a332f + aa5d7d7 commit 3acf0be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def remove_all_and_install_client_and_server(self):
self._client_tasks.install_ibex_client()
self._server_tasks.upgrade_instrument_configuration()
self._server_tasks.install_shared_scripts_repository()
self._server_tasks.setup_log_rotation()

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

0 comments on commit 3acf0be

Please sign in to comment.