Skip to content

Commit 6979df5

Browse files
authored
ci: Temporarily disable zz_docker tests (#2974)
1 parent ca66340 commit 6979df5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
if: runner.os == 'Windows'
6262
- name: Run smoketests
6363
# Note: clear_database and replication only work in private
64-
run: python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication
64+
# zz_docker disabled temporarily until https://github.com/clockworklabs/SpacetimeDB/issues/2965
65+
run: python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication zz_docker
6566
- name: Stop containers (Linux)
6667
if: always() && runner.os == 'Linux'
6768
run: docker compose down

0 commit comments

Comments
 (0)