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

Unified Diff: webrtc/modules/desktop_capture/screen_capturer_integration_test.cc

Issue 2485593002: Disable flaky test (ScreenCapturerIntegrationTest.CaptureUpdatedRegion) (Closed)
Patch Set: Created 4 years, 1 month 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: webrtc/modules/desktop_capture/screen_capturer_integration_test.cc
diff --git a/webrtc/modules/desktop_capture/screen_capturer_integration_test.cc b/webrtc/modules/desktop_capture/screen_capturer_integration_test.cc
index 5aa1f12f4d2de6e5e066e6e4caff326f4f9f5e04..a7e344778edca47f16294747572518437609449d 100644
--- a/webrtc/modules/desktop_capture/screen_capturer_integration_test.cc
+++ b/webrtc/modules/desktop_capture/screen_capturer_integration_test.cc
@@ -222,7 +222,9 @@ class ScreenCapturerIntegrationTest : public testing::Test {
}
};
-TEST_F(ScreenCapturerIntegrationTest, CaptureUpdatedRegion) {
+// Disabled because it's flaky.
+// https://bugs.chromium.org/p/webrtc/issues/detail?id=6666
+TEST_F(ScreenCapturerIntegrationTest, DISABLED_CaptureUpdatedRegion) {
TestCaptureUpdatedRegion();
}
« 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