Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression in CoreClrConfigurationDetection (#8222)
In 16988fc the refactoring added `IsGCStress` and used it in the `IsStressTest` property. However the `GetEnvironmentVariableValue("GCStress") != string.Empty` is always true since `GetEnvironmentVariableValue` will return the string "0" if the env variable isn't set. This in turn caused `StressModeApplies` to return false for `RuntimeTestModes.RegularRun` which made the `SkipOnCoreClr` attribute a no-op in regular runs.
- Loading branch information