| 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 67baf100c6ce9bdba5710cc8384413c5de64d55c..7c4743993fbdee1c2f91f1e1872524d79012e5b2 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,8 +427,8 @@ class TestPort(Port):
|
| 'linux': ['precise', 'trusty']
|
| }
|
|
|
| - def default_pixel_tests(self):
|
| - return True
|
| + def buildbot_archives_baselines(self):
|
| + return self._name != 'test-win-win7'
|
|
|
| def _path_to_driver(self):
|
| # This routine shouldn't normally be called, but it is called by
|
|
|