Index: content/test/gpu/gpu_tests/maps.py |
diff --git a/content/test/gpu/gpu_tests/maps.py b/content/test/gpu/gpu_tests/maps.py |
index 9109170f262681120c993da022a0a3f78034e755..5a007fc56b6f5de664f1d24b4a890b5c92b3a7f6 100644 |
--- a/content/test/gpu/gpu_tests/maps.py |
+++ b/content/test/gpu/gpu_tests/maps.py |
@@ -22,7 +22,10 @@ from telemetry.story import story_set as story_set_module |
class MapsValidator(cloud_storage_test_base.ValidatorBase): |
def CustomizeBrowserOptions(self, options): |
- options.AppendExtraBrowserArgs('--enable-gpu-benchmarking') |
+ # --test-type=gpu is used only to suppress the "Google API Keys are missing" |
+ # infobar, which causes flakiness in tests. |
+ options.AppendExtraBrowserArgs(['--enable-gpu-benchmarking', |
+ '--test-type=gpu']) |
def ValidateAndMeasurePage(self, page, tab, results): |
# TODO: This should not be necessary, but it's not clear if the test is |