Disable zh as default locale when run upstream E2E tests in JH Pipeline
According to !384 (merged), which set zh_CN
as default locale in JH, block some E2E test, so I want to propose another solution.
- introduce JH only feature flag, enable by default, to make
zh_CN
as default locale - to remove
env_test?
method, make sure this feature flag is disabled by default in test runs. Some tests can enable it by addingenable_JH_locale
tag in test definition. - when run upstream E2E test, use API to disable feature off by invoke REST API
/api/features
由 毛超 编辑于