Skip to content

Commit

Permalink
ODF4.18, UI deployment, Skip on step
Browse files Browse the repository at this point in the history
Signed-off-by: Oded Viner <[email protected]>
  • Loading branch information
OdedViner committed Nov 26, 2024
1 parent c06ddbe commit d55746d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ocs_ci/ocs/ui/deployment_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,10 @@ def configure_data_protection(self):
Configure Data Protection
"""
if self.ocs_version_semantic >= version.VERSION_4_14:
if (
self.ocs_version_semantic >= version.VERSION_4_14
and self.ocs_version_semantic <= version.VERSION_4_17
):
self.do_click(self.dep_loc["next"], enable_screenshot=True)

def enable_taint_nodes(self):
Expand Down

0 comments on commit d55746d

Please sign in to comment.