Skip to content

Commit

Permalink
Merge branch 'master' into fix/download_pod_memory_request
Browse files Browse the repository at this point in the history
  • Loading branch information
lugi0 authored Aug 6, 2024
2 parents 0758bb4 + 3c750f7 commit 65c955c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ Deploy Kserve Model Via UI #robocop: disable
# By default this also enables Token Authentication. Let's disable it and let it get re-enable by the next
# IF block if needed.
${token_enabled} = Run Keyword And Return Status SeleniumLibrary.Checkbox Should Be Selected
... xpath=${TOKEN_AUTH_CHECKBOX_XP}
... ${TOKEN_AUTH_CHECKBOX_XP}
IF ${token_enabled}
Disable Token Authentication
ELSE
Expand Down

0 comments on commit 65c955c

Please sign in to comment.