Skip to content

Commit

Permalink
Merge pull request #533 from armosec/revert-532-disable_test
Browse files Browse the repository at this point in the history
Revert "Return success status in RegistryChecker start method"
  • Loading branch information
kooomix authored Dec 15, 2024
2 parents 6df11a4 + d7dc280 commit 46839de
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 46839de

Please sign in to comment.