3 | | Specifically, the test ensures that metadata for an orphan term is not lazy loaded, because it's not attached to any posts. However, but the time the test runs, the `WP_Metadata_Lazyloader` queue contains quite a few IDs from previous tests, one of which can coincide with the orphan term ID from this test. When that happens, the term meta is retrieved from the cache and not from the database, as the test attempts to verify. |
| 3 | Specifically, the test ensures that metadata for an orphan term is not lazy loaded, because it's not attached to any posts. However, by the time the test runs, the `WP_Metadata_Lazyloader` queue contains quite a few IDs from previous tests, one of which can coincide with the orphan term ID from this test. When that happens, the term meta is retrieved from the cache and not from the database, as the test attempts to verify. |