From 04ef3a2d5d4b9f3a1cfc93adcf455d82c18cf0c9 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Mon, 16 Feb 2026 11:41:47 +0100 Subject: [PATCH] doc: remove DOCKER_HOST note in playwright doc (#32518) Since https://github.com/element-hq/element-web/pull/32502 and https://github.com/element-hq/element-web/pull/32489 this is not an issue anymore --- docs/playwright.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/playwright.md b/docs/playwright.md index 2d12ad9c9e..ccd9c37e57 100644 --- a/docs/playwright.md +++ b/docs/playwright.md @@ -447,10 +447,3 @@ export TMPDIR=/tmp/colima # or export TMPDIR=$HOME/tmp ``` - -**macOS users:** - -Docker Desktop and Colima are both well-supported on macOS. - -> [!CAUTION] -> Do not set `DOCKER_HOST` when running tests. Element Web uses [element-web-playwright-common](https://github.com/element-hq/element-modules/tree/main/packages/element-web-playwright-common), and setting `DOCKER_HOST` causes issues with testcontainers when running in the container VM.