Skip to content

Commit

Permalink
enable registry tests
Browse files Browse the repository at this point in the history
Signed-off-by: refaelm <[email protected]>
  • Loading branch information
refaelm92 committed Dec 15, 2024
1 parent c8b4f2b commit 3c189f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests_scripts/registry/registry_connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def __init__(self, test_obj=None, backend=None, kubernetes_obj=None, test_driver
self.cluster = None

def start(self):
return statics.SUCCESS, ""
Logger.logger.info('Stage 1: Install kubescape with helm-chart')
self.cluster, _ = self.setup(apply_services=False)
self.install_kubescape()
Expand Down

0 comments on commit 3c189f6

Please sign in to comment.