Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not dehydrate data if CFG is enabled (#78546)
Two reasons: 1. CFG is already bigger because of all the extra checks. It's by design. 2. We might prefer to keep as many things readonly as possible. 3. This way at least some testing will run to ensure we didn't regress the non-dehydrated configuration.
- Loading branch information