Moving manifest initialization to RoboApplication instead of a separate rule
This makes the behavior same as instrumentation test Bug: 370080120 Test: Presubmit Flag: EXEMPT test fix Change-Id: Id4183c91f3951748b657b583fde8860abe55d3a8
This commit is contained in:
+1
-5
@@ -64,11 +64,7 @@ import java.util.List;
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
public class CacheDataUpdatedTaskTest {
|
||||
|
||||
@Rule(order = 0)
|
||||
public TestRule testStabilityRule = new TestStabilityRule();
|
||||
|
||||
@Rule(order = 1)
|
||||
public ModelTestRule mModelTestRule = new ModelTestRule();
|
||||
@Rule public TestRule testStabilityRule = new TestStabilityRule();
|
||||
|
||||
private static final String PENDING_APP_1 = TEST_PACKAGE + ".pending1";
|
||||
private static final String PENDING_APP_2 = TEST_PACKAGE + ".pending2";
|
||||
|
||||
Reference in New Issue
Block a user