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

Commit

Permalink
temp disable int etsts go version
Browse files Browse the repository at this point in the history
  • Loading branch information
guewa committed Dec 21, 2022
1 parent e9b393c commit b98496e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@
"-target-cluster-namespace2", target_cluster_ns2,
"-test-prefix", test_prefix,
"-test-type", test_type]
# TODO: temp disablbe int tests
command = ["go", "version"]

print(f"Running integration test with command: {' '.join(command)}")
try:
# check if path var is set
integration_test_path
except NameError:
#run = run(command)
run = print("temp disabled")
run = run(command)
else:
output_path = os.path.join(root_path, integration_test_path, "out")

Expand Down

0 comments on commit b98496e

Please sign in to comment.