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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/test/util/ChromeSigninUtilsTest.java

Issue 1856273002: Change all FlakyTest import to use org.chromium.base.test.util.FlakyTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change @FlakyTest bug message Created 4 years, 8 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
Index: chrome/android/javatests/src/org/chromium/chrome/test/util/ChromeSigninUtilsTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/test/util/ChromeSigninUtilsTest.java b/chrome/android/javatests/src/org/chromium/chrome/test/util/ChromeSigninUtilsTest.java
index 7b65f179dfcecbe67504176842f33f4894c912c6..957d899917fa79a5feea4fa5dd6dc2f877b661d5 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/test/util/ChromeSigninUtilsTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/test/util/ChromeSigninUtilsTest.java
@@ -4,11 +4,11 @@
package org.chromium.chrome.test.util;
-import android.test.FlakyTest;
import android.test.InstrumentationTestCase;
import android.test.suitebuilder.annotation.SmallTest;
import org.chromium.base.test.util.EnormousTest;
+import org.chromium.base.test.util.FlakyTest;
import org.chromium.base.test.util.Restriction;
import org.chromium.sync.signin.ChromeSigninController;
@@ -67,8 +67,7 @@ public class ChromeSigninUtilsTest extends InstrumentationTestCase {
mSigninUtil.isExistingGoogleAccountOnOs(GOOGLE_ACCOUNT_USERNAME));
}
- // https://crbug.com/517849
- @FlakyTest
+ @FlakyTest(message = "https://crbug.com/517849")
@EnormousTest
@Restriction(Restriction.RESTRICTION_TYPE_INTERNET)
public void testIsSignedInOnGoogleOS() {
@@ -94,8 +93,7 @@ public class ChromeSigninUtilsTest extends InstrumentationTestCase {
mSigninUtil.isExistingGoogleAccountOnOs(GOOGLE_ACCOUNT_USERNAME));
}
- // https://crbug.com/517849
- @FlakyTest
+ @FlakyTest(message = "https://crbug.com/517849")
@EnormousTest
@Restriction(Restriction.RESTRICTION_TYPE_INTERNET)
public void testIsSignedInOnAppAndGoogleOS() {
@@ -110,8 +108,7 @@ public class ChromeSigninUtilsTest extends InstrumentationTestCase {
mSigninUtil.isExistingGoogleAccountOnOs(GOOGLE_ACCOUNT_USERNAME));
}
- // https://crbug.com/517849
- @FlakyTest
+ @FlakyTest(message = "https://crbug.com/517849")
@EnormousTest
@Restriction(Restriction.RESTRICTION_TYPE_INTERNET)
public void testIsSignedInOnFakeOSandGoogleOS() {
@@ -126,8 +123,7 @@ public class ChromeSigninUtilsTest extends InstrumentationTestCase {
mSigninUtil.isExistingGoogleAccountOnOs(GOOGLE_ACCOUNT_USERNAME));
}
- // https://crbug.com/517849
- @FlakyTest
+ @FlakyTest(message = "https://crbug.com/517849")
@EnormousTest
@Restriction(Restriction.RESTRICTION_TYPE_INTERNET)
public void testIsSignedInOnAppAndFakeOSandGoogleOS() {

Powered by Google App Engine
This is Rietveld 408576698