Skip to content

Commit 18013c5

Browse files
authored
Temporarily disable integration tests. (#1494)
1 parent 5001f94 commit 18013c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ jobs:
7777
- name: Run unit tests
7878
run: coverage run --source pgcli -m pytest
7979

80-
- name: Run integration tests
81-
env:
82-
PGUSER: postgres
83-
PGPASSWORD: postgres
80+
# - name: Run integration tests
81+
# env:
82+
# PGUSER: postgres
83+
# PGPASSWORD: postgres
8484

85-
run: behave tests/features --no-capture
85+
# run: behave tests/features --no-capture
8686

8787
- name: Check changelog for ReST compliance
8888
run: docutils --halt=warning changelog.rst >/dev/null

0 commit comments

Comments
 (0)