The following integration tests are currently skipped due to flakiness:
- channels.integration.test.ts: "should handle channel presence updates in realtime" - Flaky due to timing issues with presence synchronization
- spaces.integration.test.ts: "should synchronize cursor positions across multiple clients" - Flaky due to race conditions in cursor updates
These tests need to be rewritten with better synchronization mechanisms and more robust error handling to prevent intermittent failures in CI.