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 <noreply@anthropic.com>
This commit is contained in:
loks0n
2026-03-11 20:35:42 +00:00
parent d30df31b82
commit 534dc55f17
-2
View File
@@ -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: |