Chromium Code Reviews| Index: testing/buildbot/chromium.fyi.json |
| diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json |
| index 3156ea5ffc4dabb1c41f9465460860f1fc9f8bf0..9789a0b6fe1d76eaba8a275e604aa324085f7963 100644 |
| --- a/testing/buildbot/chromium.fyi.json |
| +++ b/testing/buildbot/chromium.fyi.json |
| @@ -894,6 +894,15 @@ |
| }, |
| "test": "vr_shell_unittests" |
| } |
| + ], |
| + "instrumentation_tests": [ |
| + { |
| + "args": [ |
| + "--test-filter", |
|
ncarter (slow)
2016/11/28 23:56:23
Is this supposed to be gtest_filter ?
The only re
bsheedy
2016/11/29 00:11:54
It's meant to be passed directly to the generated
|
| + "VrShellTest#*" |
| + ], |
| + "test": "chrome_public_test_apk" |
| + } |
| ] |
| }, |
| "Android x64 Tests": { |