Index: gpu/PRESUBMIT.py |
diff --git a/gpu/PRESUBMIT.py b/gpu/PRESUBMIT.py |
index a6f2dc3222fe36e96d5b6c929349a2c8ecb58e6d..53fc15355050072dc52f6384327bded3d8032522 100644 |
--- a/gpu/PRESUBMIT.py |
+++ b/gpu/PRESUBMIT.py |
@@ -11,7 +11,6 @@ for more details about the presubmit API built into depot_tools. |
def GetPreferredTryMasters(project, change): |
return { |
'tryserver.chromium.gpu': { |
- 'linux_gpu': set(['defaulttests']), |
'win_gpu': set(['defaulttests']), |
} |
} |