Index: content/test/gpu/generate_buildbot_json.py |
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py |
index 28cc68be47aba800340c02a4af68d6e5d281aa6f..f0af56fdba94e53ab95e74e429ae3da7197460d8 100755 |
--- a/content/test/gpu/generate_buildbot_json.py |
+++ b/content/test/gpu/generate_buildbot_json.py |
@@ -1115,14 +1115,6 @@ NON_SWARMED_GTESTS = { |
} |
TELEMETRY_TESTS = { |
- 'gpu_process_launch_tests': { |
- 'target_name': 'gpu_process', |
- 'tester_configs': [ |
- { |
- 'allow_on_android': True, |
- } |
- ], |
- }, |
'hardware_accelerated_feature': { |
'tester_configs': [ |
{ |
@@ -1173,6 +1165,14 @@ TELEMETRY_GPU_INTEGRATION_TESTS = { |
}, |
] |
}, |
+ 'gpu_process_launch_tests': { |
+ 'target_name': 'gpu_process', |
+ 'tester_configs': [ |
+ { |
+ 'allow_on_android': True, |
+ } |
+ ], |
+ }, |
'pixel_test': { |
'target_name': 'pixel', |
'args': [ |