Disable flaky test (ScreenCapturerIntegrationTest.CaptureUpdatedRegion)

NOTRY=true
BUG=webrtc:6666

Review-Url: https://codereview.webrtc.org/2485593002
Cr-Commit-Position: refs/heads/master@{#14946}
This commit is contained in:
kwiberg 2016-11-07 03:50:07 -08:00 committed by Commit bot
parent 1743a19183
commit c285012d3f

View File

@ -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();
}