From 46f218b3d41ba42a5643b75ecfd8d7f6186e024c Mon Sep 17 00:00:00 2001 From: Kegan Dougal <7190048+kegsay@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:23:37 +0000 Subject: [PATCH] Disable testcontainers reaper process --- .github/workflows/single_sdk_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/single_sdk_tests.yml b/.github/workflows/single_sdk_tests.yml index d13691f..636a0e0 100644 --- a/.github/workflows/single_sdk_tests.yml +++ b/.github/workflows/single_sdk_tests.yml @@ -176,6 +176,7 @@ jobs: env: COMPLEMENT_BASE_IMAGE: homeserver COMPLEMENT_ENABLE_DIRTY_RUNS: 1 + TESTCONTAINERS_RYUK_DISABLED: true # ryuk was implicated in terminating mitmproxy early, causing test failures. COMPLEMENT_CRYPTO_MITMDUMP: mitm.dump COMPLEMENT_CRYPTO_TEST_CLIENT_MATRIX: ${{ inputs.use_js_sdk != '' && 'jj' || 'rr' }} # TODO: brittle, we don't check rust-sdk input COMPLEMENT_SHARE_ENV_PREFIX: PASS_