Currently instrumentation tests rely on command line flags, but since they can't be repeated it has to be set at once. This means it's not possible to set feature if the feature flag has been used in the setup rule.
Unit tests have @Features, but to override the class-level ones one has to repeat all the flags, not only the one to modify.
Currently instrumentation tests rely on command line flags, but since they can't be repeated it has to be set at once. This means it's not possible to set feature if the feature flag has been used in the setup rule.
Unit tests have @Features, but to override the class-level ones one has to repeat all the flags, not only the one to modify.
Design doc: https://docs.google.com/document/d/13YIiVfV2razHabLxvB8pVlD9tOq1I6gEpquLdDFQLf4
Comment 1 by dgn@chromium.org
, Aug 11 2017