Fix assist_ranker unittests
ScopedFeatureList must be initialized before testing any feature. https://cs.chromium.org/chromium/src/base/test/scoped_feature_list.h?l=26 If it is not initialized, any feature is tested in the global FeatureList, which could lead to bad interaction between tests. Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ic2bfba36312cbebb5c0abadaf1074f7eaff37d9a Reviewed-on: https://chromium-review.googlesource.com/1126102Reviewed-by:Roger McFarlane <rogerm@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#572604}
Showing
Please register or sign in to comment