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