-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 6.0.0-rc8
-
Component/s: None
-
Fully Compatible
-
ALL
-
Sharding EMEA 2022-06-27
The test is currently looking at TestData to retrieve the value of the orphans tracking feature flag.
However, on not-all-feature-flags variants the check will return false even though the feature flag is already enabled.
The check should be changed to use FeatureFlagUtil::isEnabled.