diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7bc39392ef..acee77ca82 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -108,22 +108,22 @@ jobs: matrix: service: [ - Account, - Avatars, - Console, + # Account, + # Avatars, + # Console, Databases, - Functions, - GraphQL, - Health, - Locale, - Projects, - Realtime, - Storage, - Teams, - Users, - Webhooks, - VCS, - Messaging, + # Functions, + # GraphQL, + # Health, + # Locale, + # Projects, + # Realtime, + # Storage, + # Teams, + # Users, + # Webhooks, + # VCS, + # Messaging, ] steps: @@ -147,4 +147,4 @@ jobs: run: docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.service}} --debug - name: Run ${{matrix.service}} Shared Tables Tests - run: _APP_DATABASE_SHARED_TABLES=database_db_main docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.service}} --debug + run: _APP_DATABASE_SHARED_TABLES=database_db_main docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.service}} --filter="testCreateDatabase|testTimeout" --debug