Skip to content

Commit

Permalink
Remove workaround of SAT-29212
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr committed Dec 12, 2024
1 parent f090398 commit ea4fc79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions robottelo/cli/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,7 @@ def execute(
time_hammer = settings.performance.time_hammer

# add time to measure hammer performance
# TODO workaround, remove before commiting
# cmd = 'LANG={} {} hammer -v {} {} {} {}'.format(
cmd = 'LANG={} {} hammer {} {} {} {}'.format(
cmd = 'LANG={} {} hammer -v {} {} {} {}'.format(
settings.robottelo.locale,
'time -p' if time_hammer else '',
f'-u {user}' if user else "--interactive no",
Expand Down

0 comments on commit ea4fc79

Please sign in to comment.