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

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java

Issue 2573083003: Disable flaky VsyncMonitorTest. (Closed)
Patch Set: Created 4 years 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: content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java b/content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java
index e47b9807b6e9f3b4cb48565bcb44e60c4726e430..89f6bfe940dc160a8a9d9acfb6fbf45391774275 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java
@@ -10,6 +10,7 @@ import android.test.suitebuilder.annotation.MediumTest;
import android.view.WindowManager;
import org.chromium.base.ThreadUtils;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.ui.VSyncMonitor;
import java.util.Arrays;
@@ -92,6 +93,7 @@ public class VSyncMonitorTest extends InstrumentationTestCase {
// Check that the vsync period roughly matches the timestamps that the monitor generates.
@MediumTest
+ @DisabledTest(message = "crbug.com/674129")
public void testVSyncPeriod() throws InterruptedException {
// Collect roughly one second of data on a 60 fps display.
VSyncDataCollector collector = new VSyncDataCollector(FRAME_COUNT);
« 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