Disable WindowFinderTest.FindConsoleWindow due to flakiness
Bug: webrtc:373792116 Change-Id: I5b5ec2a090934248d1ce5e243d53aceb463e6db2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/366003 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43259}
This commit is contained in:
parent
e5c391248b
commit
a5c5ff4611
@ -40,7 +40,8 @@ namespace {
|
|||||||
// ScreenDrawerWin does not have a message loop, so it's unresponsive to user
|
// ScreenDrawerWin does not have a message loop, so it's unresponsive to user
|
||||||
// inputs. WindowFinderWin cannot detect this kind of unresponsive windows.
|
// inputs. WindowFinderWin cannot detect this kind of unresponsive windows.
|
||||||
// Instead, console window is used to test WindowFinderWin.
|
// Instead, console window is used to test WindowFinderWin.
|
||||||
TEST(WindowFinderTest, FindConsoleWindow) {
|
// TODO(b/373792116): Reenable once flakiness is fixed.
|
||||||
|
TEST(WindowFinderTest, DISABLED_FindConsoleWindow) {
|
||||||
// Creates a ScreenDrawer to avoid this test from conflicting with
|
// Creates a ScreenDrawer to avoid this test from conflicting with
|
||||||
// ScreenCapturerIntegrationTest: both tests require its window to be in
|
// ScreenCapturerIntegrationTest: both tests require its window to be in
|
||||||
// foreground.
|
// foreground.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user