| Index: testing/buildbot/gn_isolate_map.pyl
|
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
|
| index b5e3b0bd616a16cffa229379a8a029b1cb1aa772..afc2d21bbd6818f73a1a1e9324c39ab423fde3b7 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -30,9 +30,6 @@
|
| # "console_test_launcher"
|
| # : the test is a gtest-based test that uses the "brave-new-test-launcher"
|
| # from //base/test:test_support but does not need Xvfb.
|
| -# "gpu_browser_test"
|
| -# : the test is a subset of the browser_tests that will be run against
|
| -# a real GPU.
|
| # "additional_compile_target"
|
| # : this isn't actually a test, but we still need a mapping from the
|
| # ninja target to the GN label in order to analyze it.
|
| @@ -894,13 +891,6 @@
|
| "label": "//android_webview:system_webview_apk",
|
| "type": "additional_compile_target",
|
| },
|
| - "tab_capture_end2end_tests": {
|
| - # TODO(dpranke), TODO(crbug.com/714336): What is the right label to
|
| - # have here (and/or the right way to run this?).
|
| - "label": "//chrome/test:tab_capture_end2end_tests",
|
| - "type": "gpu_browser_test",
|
| - "gtest_filter": "CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApiPixelTest.EndToEnd*",
|
| - },
|
| "telemetry_gpu_integration_test": {
|
| "label": "//chrome/test:telemetry_gpu_integration_test",
|
| "type": "script",
|
|
|