From 1d56744a1610490a1920c294ac703b823c10198f Mon Sep 17 00:00:00 2001 From: Irina Truong Date: Tue, 4 Mar 2025 17:19:42 -0800 Subject: [PATCH] Temporarily disable integration tests. --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 007178f0d..5321f42c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,12 +77,12 @@ jobs: - name: Run unit tests run: coverage run --source pgcli -m pytest - - name: Run integration tests - env: - PGUSER: postgres - PGPASSWORD: postgres + # - name: Run integration tests + # env: + # PGUSER: postgres + # PGPASSWORD: postgres - run: behave tests/features --no-capture + # run: behave tests/features --no-capture - name: Check changelog for ReST compliance run: docutils --halt=warning changelog.rst >/dev/null