DescriptionChange MANUAL -> DISABLED for ScreenCapturerIntegrationTest tests
It turns out MANUAL_ isn't a part of the supported gtest prefixes: it's a part of the
Chromium test launcher: https://cs.chromium.org/chromium/src/content/public/test/test_launcher.cc?rcl=0&l=69
Luckily, we can use DISABLED_ for the same purpose, since there's the --gtest_also_run_disabled_tests
flag we can use.
BUG=webrtc:6666, webrtc:6843
TBR=zijiehe@chromium.org
Committed: https://chromium.googlesource.com/external/webrtc/+/99f7bfde283b8ae20971b9bd804c6210f7c156eb
Patch Set 1 #
Messages
Total messages: 4 (2 generated)
|