Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1047)

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java

Issue 2970263002: Fix app data clearing timeouts for PersonalDataManagerTest. (Closed)
Patch Set: . Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/test/ClearAppDataTestRule.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java
index 0f7327333120ffa53cc9cede8ac077da21b85937..137cc72e52c82e5aa929b172c8483fff15152140 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java
@@ -14,7 +14,6 @@ import org.junit.rules.RuleChain;
import org.junit.runner.RunWith;
import org.chromium.base.test.BaseJUnit4ClassRunner;
-import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
@@ -121,12 +120,9 @@ public class PersonalDataManagerTest {
}
@Test
- /*
@SmallTest
@Feature({"Autofill"})
@RetryOnFailure
- */
- @DisabledTest(message = "crbug.com/739575")
public void testAddAndDeleteProfile()
throws InterruptedException, ExecutionException, TimeoutException {
String profileOneGUID = mHelper.setProfile(createTestProfile());
@@ -261,11 +257,8 @@ public class PersonalDataManagerTest {
}
@Test
- /*
@SmallTest
@Feature({"Autofill"})
- */
- @DisabledTest(message = "crbug.com/739575")
public void testLabels() throws InterruptedException, ExecutionException, TimeoutException {
AutofillProfile profile1 = new AutofillProfile(
"" /* guid */, "https://www.example.com" /* origin */,
@@ -317,11 +310,8 @@ public class PersonalDataManagerTest {
}
@Test
- /*
@SmallTest
@Feature({"Autofill"})
- */
- @DisabledTest(message = "crbug.com/739575")
public void testProfilesFrecency()
throws InterruptedException, ExecutionException, TimeoutException {
// Create 3 profiles.
@@ -447,12 +437,9 @@ public class PersonalDataManagerTest {
}
@Test
- /*
@SmallTest
@Feature({"Autofill"})
@RetryOnFailure
- */
- @DisabledTest(message = "crbug.com/739575")
public void testCreditCardUseStatsSettingAndGetting()
throws InterruptedException, ExecutionException, TimeoutException {
String guid = mHelper.setCreditCard(
@@ -500,12 +487,9 @@ public class PersonalDataManagerTest {
}
@Test
- /*
@SmallTest
@Feature({"Autofill"})
@RetryOnFailure
- */
- @DisabledTest(message = "crbug.com/739575")
public void testRecordAndLogCreditCardUse()
throws InterruptedException, ExecutionException, TimeoutException {
String guid = mHelper.setCreditCard(
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/test/ClearAppDataTestRule.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698