mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
These tests were creating resources directly in the shared collections, which conflicts with setupAttributes() and setupIndexes() when tests run in parallel. Now each test creates its own dedicated collection to avoid conflicts. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>