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

Unified Diff: components/crash/android/javatests/src/org/chromium/components/crash/browser/CrashDumpManagerTest.java

Issue 2914443002: Disable Flaky CrashDumpManagerTest#testUploadMinidump_FileDoesntExist (Closed)
Patch Set: Make comment more consistent with other disabled tests Created 3 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/android/javatests/src/org/chromium/components/crash/browser/CrashDumpManagerTest.java
diff --git a/components/crash/android/javatests/src/org/chromium/components/crash/browser/CrashDumpManagerTest.java b/components/crash/android/javatests/src/org/chromium/components/crash/browser/CrashDumpManagerTest.java
index 2914ab83720f70fd48ad22e0c47989abb24c145c..53b91f662be5f3c41e920af541aef172bd70cfe8 100644
--- a/components/crash/android/javatests/src/org/chromium/components/crash/browser/CrashDumpManagerTest.java
+++ b/components/crash/android/javatests/src/org/chromium/components/crash/browser/CrashDumpManagerTest.java
@@ -66,8 +66,9 @@ public class CrashDumpManagerTest extends InstrumentationTestCase {
CrashDumpManager.tryToUploadMinidump(null);
}
- @SmallTest
- @Feature({"Android-AppBase"})
+ // @SmallTest
+ // @Feature({"Android-AppBase"})
+ @DisabledTest // Flaky, crbug.com/726976.
public void testUploadMinidump_FileDoesntExist() {
registerUploadCallback(new CrashDumpManager.UploadMinidumpCallback() {
@Override
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698