Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
temporaitly disable int tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guewa committed Dec 21, 2022
1 parent c9acdac commit 4ee2bb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ci/dev_integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
"integration_test.py"
)

####################################
# TODO: temporarily disable int-tests
####################################
os._exit(os.EX_OK)
####################################

command = [hub_kubeconfig, "--namespace", "release-test"]

result = subprocess.run(command)
Expand Down

0 comments on commit 4ee2bb0

Please sign in to comment.