Fix robotests fail if turning on silky home by default
Bug: 179136903 Test: robotests Change-Id: Ic620a5061fe7b778076970fd01f212a7aa95bf9e
This commit is contained in:
@@ -48,15 +48,12 @@ public class TopLevelAccountEntryPreferenceControllerTest {
|
||||
mController = new TopLevelAccountEntryPreferenceController(mContext, "test_key");
|
||||
LABELS = ShadowAuthenticationHelper.getLabels();
|
||||
TYPES = ShadowAuthenticationHelper.getTypes();
|
||||
FeatureFlagUtils.setEnabled(mContext, FeatureFlags.SILKY_HOME, false);
|
||||
}
|
||||
|
||||
@After
|
||||
public void tearDown() {
|
||||
ShadowAuthenticationHelper.reset();
|
||||
|
||||
if (FeatureFlagUtils.isEnabled(mContext, FeatureFlags.SILKY_HOME)) {
|
||||
FeatureFlagUtils.setEnabled(mContext, FeatureFlags.SILKY_HOME, false);
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user