Skip to content

Commit

Permalink
Merge pull request #532 from armosec/disable_test
Browse files Browse the repository at this point in the history
Return success status in RegistryChecker start method
  • Loading branch information
kooomix authored Dec 15, 2024
2 parents b60f40c + d600f7a commit 6df11a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests_scripts/registry/registry_connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ 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 6df11a4

Please sign in to comment.