From 8cb6fe8c21afc3032a1f8a027ffbefbd83099e92 Mon Sep 17 00:00:00 2001 From: JW Wang Date: Thu, 19 Mar 2020 11:12:36 +0800 Subject: [PATCH] Override phenotype flags during tests https://g3doc.corp.google.com/experiments/g3doc/mobile/phenotype/android/testing.md?cl=head#hermetic Phenotype talks to a server to override the device config changes made by the tests. Therefore, rollback expiration didn't happen as expected and caused the test to fail. We need to override the flags on our own during tests so the device config values ('rollback_lifetime_in_millis' in this case) won't be changed in an unexpected way. Note this is the same fix as ag/10467568. Bug: 151890602 Test: atest RollbackTest Change-Id: Ie884e4807999d105f6224c46a39434e1f437ed1b --- tests/RollbackTest/RollbackTest.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/RollbackTest/RollbackTest.xml b/tests/RollbackTest/RollbackTest.xml index f2c0f86c3ce13..269cec1ccca9b 100644 --- a/tests/RollbackTest/RollbackTest.xml +++ b/tests/RollbackTest/RollbackTest.xml @@ -18,6 +18,12 @@ + +