Commit e0602db
Skip online metadata fetch in BackgroundDataStoreProcessor during tests
This prevents flaky network requests and timeouts in unit tests that involve the BackgroundDataStoreProcessor (e.g. BackgroundDataStoreProcessorTests). The `backpopulateUserTags` task was attempting to download the full `online.db` database, causing significant delays and potential failures in CI environments.
Skipping this operation when `DebugUtils.IsNUnitRunning` is true ensures tests run reliably and quickly without external dependencies.
Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>1 parent b9f4221 commit e0602db
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
636 | 637 | | |
637 | 638 | | |
638 | 639 | | |
| 640 | + | |
| 641 | + | |
639 | 642 | | |
640 | 643 | | |
641 | 644 | | |
| |||
0 commit comments