Skip to content

Commit

Permalink
fix: fix loop for more agents
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamagan committed Apr 4, 2024
1 parent 0c5eb98 commit 297f63f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/end_to_end/test_vulnerability_detector/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,5 +413,7 @@ def modify_timezone(request):
command = 'systemsetup -settimezone GMT'
elif host_manager.get_host_variables(host)['os_name'] == 'windows':
command = 'Set-TimeZone -Id "UTC"'
else:
continue

host_manager.run_shell(host, command, system=host_manager.get_host_variables(host)['os_name'])

0 comments on commit 297f63f

Please sign in to comment.