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:
parent
1743a19183
commit
c285012d3f
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user