| Index: build/android/buildbot/bb_run_bot.py
|
| diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
|
| index 50e70ee758598f2ee2100f573a1bbf3fd1b7de3a..a13207b71b6a8e6418c704eb1a884829a597e38b 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -179,7 +179,7 @@ def GetBotStepMap():
|
| extra_gyp='include_tests=1 enable_tracing=1')),
|
| B('webrtc-chromium-tests', H(std_test_steps),
|
| T(['webrtc_chromium'],
|
| - [flakiness_server, '--gtest-filter=Webrtc*:WebRTC*'])),
|
| + [flakiness_server, '--gtest-filter=WebRtc*'])),
|
| B('webrtc-native-tests', H(std_test_steps),
|
| T(['webrtc_native'], [flakiness_server])),
|
|
|
|
|