Skip to content

Commit

Permalink
Set TESTCONTAINERS_RYUK_DISABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik committed Oct 16, 2024
1 parent 123dd13 commit 4612528
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
CLICKHOUSE_PASSWORD: ${{ secrets.INTEGRATIONS_TEAM_TESTS_CLOUD_PASSWORD }}
CLICKHOUSE_USE_DOCKER: false
CLICKHOUSE_USE_SSL: true
TESTCONTAINERS_RYUK_DISABLED: "true"
run: |
CLICKHOUSE_DIAL_TIMEOUT=20 CLICKHOUSE_TEST_TIMEOUT=600s CLICKHOUSE_QUORUM_INSERT=2 make test
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-tests-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
go-version: ${{ matrix.go }}

- name: Tests
env:
TESTCONTAINERS_RYUK_DISABLED: "true"
run: |
CLICKHOUSE_VERSION=${{ matrix.clickhouse }} make test
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
go-version: ${{ matrix.go }}

- name: Tests
env:
TESTCONTAINERS_RYUK_DISABLED: "true"
run: |
CLICKHOUSE_VERSION=${{ matrix.clickhouse }} make test

0 comments on commit 4612528

Please sign in to comment.