From 4d25d7e7621efebb3b2126e383acc74f5391b647 Mon Sep 17 00:00:00 2001 From: Tatsinnit Date: Wed, 30 Jun 2021 21:30:06 +1200 Subject: [PATCH] Disable test, kind cluster test only. --- .github/workflows/ci-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 3f064966..6b23ede3 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -48,8 +48,8 @@ jobs: - name: Build project run: go build -v ./cmd/aks-periscope/aks-periscope.go - - name: Run integration test - run: go test -v -mod=mod ./tests/aksperiscopeintegration_test.go + # - name: Run integration test + # run: go test -v -mod=mod ./tests/aksperiscopeintegration_test.go - name: Stop kind run: bash -f ./azurepipeline/stop.sh --kind-cluster-name=integrationtest