| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
|
| index 505a3f87ecc4118ad14a94511e3478da4e1daeed..a0160552ff354af1a04d6c13b4476ed0addcfc36 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py
|
| @@ -427,9 +427,6 @@ class TestPort(Port):
|
| 'linux': ['precise', 'trusty']
|
| }
|
|
|
| - def buildbot_archives_baselines(self):
|
| - return self._name != 'test-win-win7'
|
| -
|
| def default_pixel_tests(self):
|
| return True
|
|
|
|
|