As discussed in standup today, when writing tests you can't know if feature flags are enabled or disabled.
For example, in my Dockerized dev environment, I have DATAVERSE_FEATURE_DATASET_TYPES: "1" but in Jenkins this feature flag is not turned on. Tests are enabled and passing for me locally but failing in Jenkins because the flag isn't enabled.
I was told it's ok to go ahead and add it to my pull request at #10694 so I'll go ahead.
This issue is related: