Index: scripts/master/factory/chromium_commands.py |
diff --git a/scripts/master/factory/chromium_commands.py b/scripts/master/factory/chromium_commands.py |
index cd6c14ad2b1452d749940b60b4f4083de62874e5..4ead248163d617e09a33f0877073f5c0e30cec01 100644 |
--- a/scripts/master/factory/chromium_commands.py |
+++ b/scripts/master/factory/chromium_commands.py |
@@ -1411,7 +1411,7 @@ class ChromiumCommands(commands.FactoryCommands): |
def AddWebRtcPerfManualContentBrowserTests(self, factory_properties=None): |
cmd_options = ['--run-manual', '--test-launcher-print-test-stdio=always'] |
self.AddAnnotatedPerfStep(test_name='webrtc_manual_content_browsertests', |
- gtest_filter="WebRTC*:Webrtc*:*Dtmf", |
+ gtest_filter="WebRtc*", |
log_type='graphing', |
factory_properties=factory_properties, |
cmd_name='content_browsertests', |
@@ -1428,7 +1428,7 @@ class ChromiumCommands(commands.FactoryCommands): |
'--test-launcher-jobs=1', |
'--test-launcher-print-test-stdio=always'] |
self.AddAnnotatedPerfStep(test_name='webrtc_manual_browser_tests', |
- gtest_filter="Webrtc*", |
+ gtest_filter="WebRtc*", |
log_type='graphing', |
factory_properties=factory_properties, |
cmd_name='browser_tests', |