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 b431c9ed7a9b94ee4bd21161c54a89f22eb44c98..94a1e574eeb3446beccb913a8723bbf3f00ac6a7 100755 |
--- a/content/test/gpu/generate_buildbot_json.py |
+++ b/content/test/gpu/generate_buildbot_json.py |
@@ -918,13 +918,6 @@ NON_SWARMED_GTESTS = { |
} |
TELEMETRY_TESTS = { |
- 'context_lost': { |
- 'tester_configs': [ |
- { |
- 'allow_on_android': True, |
- }, |
- ] |
- }, |
'gpu_process_launch_tests': { |
'target_name': 'gpu_process', |
'tester_configs': [ |
@@ -1007,6 +1000,13 @@ TELEMETRY_TESTS = { |
# Eventually all of the Telemetry based tests above will be ported to |
# this harness, and the old harness will be deleted. |
TELEMETRY_GPU_INTEGRATION_TESTS = { |
+ 'context_lost': { |
+ 'tester_configs': [ |
+ { |
+ 'allow_on_android': True, |
+ }, |
+ ] |
+ }, |
'webgl_conformance': { |
'tester_configs': [ |
{ |