From 534dc55f17780a49b7d800316f7bbcb67ad5a9e7 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:35:42 +0000 Subject: [PATCH] Remove unnecessary abuse enabled from screenshot tests The screenshot tests have no abuse-related code. Abuse was only enabled on these jobs as a side effect of the original sed command applying to all jobs below e2e_service_test. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 201a47c8ba..721c25cadf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -543,7 +543,6 @@ jobs: - name: Load and Start Appwrite timeout-minutes: 3 env: - _APP_OPTIONS_ABUSE: enabled _APP_DATABASE_SHARED_TABLES: "" _APP_DATABASE_SHARED_TABLES_V1: "" run: | @@ -612,7 +611,6 @@ jobs: - name: Load and Start Appwrite timeout-minutes: 3 env: - _APP_OPTIONS_ABUSE: enabled _APP_DATABASE_SHARED_TABLES: database_db_main _APP_DATABASE_SHARED_TABLES_V1: ${{ matrix.tables-mode == 'Shared V1' && 'database_db_main' || '' }} run: |