Skip to content

Commit 30073c0

Browse files
committed
Disable integration tests
1 parent b43c9b5 commit 30073c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
name: Unittest report ${{ matrix.os }}-${{ matrix.python-version }}
5959
path: ${{ matrix.os }}_${{ matrix.python-version }}_unit_test_report.html
6060
integration-test:
61+
# TODO v4: Re-enable the workflow once development has stabilized and we want to run integration tests again
62+
if: false
6163
name: "py${{ matrix.python-version }} | ${{ matrix.os }} | integration tests"
6264
runs-on: ${{ matrix.os }}-latest
6365
strategy:

0 commit comments

Comments
 (0)