a3db6c9453
CI analyze flagged storage_section_test.dart's `skip: _skipDrift` calls. testWidgets has signature `skip: bool?`; only test() takes `String?` as the skip-reason. Changed _skipDrift in this file to `const bool = true` and moved the rationale into a comment. The other two drift-cohort files (sync_controller_test, audio_cache_manager_test) use test() so their String const is fine. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>