From 91e7ef695057d3c6a4b91a166edad0ea2eec69ef Mon Sep 17 00:00:00 2001 From: adeelehsan Date: Mon, 17 Nov 2025 19:59:25 +0500 Subject: [PATCH] disabling tests --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e957df6..50abe25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,10 +36,11 @@ jobs: - name: Test run: poetry run pytest -rP tests/custom - - name: Integration Tests - env: - VECTARA_API_KEY: ${{ secrets.VECTARA_API_KEY }} - run: poetry run pytest -rP int_tests + # Temporarily disabled - integration tests being fixed in separate PR + # - name: Integration Tests + # env: + # VECTARA_API_KEY: ${{ secrets.VECTARA_API_KEY }} + # run: poetry run pytest -rP int_tests publish: needs: [compile, test]