| Index: testing/buildbot/gn_isolate_map.pyl
|
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
|
| index d8df067089d4eba914eebb427ca26a281cedf697..d99345dd86e6457d5e3ad208843eb8be056a6f1a 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -20,8 +20,7 @@
|
| # "windowed_test_launcher"
|
| # : the test is a gtest-based test that uses the "brave-new-test-launcher"
|
| # from //base/test:test_support and needs to run under Xvfb if run on
|
| -# an X11-based platform (use_x11=true or use_ozone=true &&
|
| -# --ozone_platform=x11).
|
| +# an X11-based platform (use_x11=true).
|
| # "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.
|
| @@ -432,13 +431,6 @@
|
| "type": "raw",
|
| "args": [],
|
| },
|
| - "gl_unittests_ozonex": {
|
| - "label": "//ui/gl:gl_unittests_ozonex",
|
| - "label_type": "group",
|
| - "type": "windowed_test_launcher",
|
| - "executable": "gl_unittests",
|
| - "args": ["--ozone-platform=x11"],
|
| - },
|
| "gn_all": {
|
| "label": "//:gn_all",
|
| "type": "additional_compile_target",
|
|
|