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() { |