Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Shetty <[email protected]>
  • Loading branch information
Mahesh Shetty authored and Mahesh Shetty committed Nov 13, 2024
1 parent 8722c82 commit 4e0b0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8505,8 +8505,8 @@ def setup_cnv(request):
cnv_obj = CNVInstaller()
installed = False
if not cnv_obj.post_install_verification():
cnv_obj.deploy_cnv(check_cnv_deployed=False, check_cnv_ready=False)
installed = True
cnv_obj.deploy_cnv()

def finalizer():
"""
Expand Down

0 comments on commit 4e0b0ee

Please sign in to comment.