| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py
|
| index 60a6863b11d784e0b8aedfac0b88321a9e02987a..5e852101972c58cdd22994336f7ec1293fd1417c 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py
|
| @@ -104,11 +104,11 @@ class LinuxPort(base.Port):
|
|
|
| def setup_test_run(self):
|
| super(LinuxPort, self).setup_test_run()
|
| - self._setup_dummy_home_dir()
|
| + #self._setup_dummy_home_dir()
|
|
|
| def clean_up_test_run(self):
|
| super(LinuxPort, self).clean_up_test_run()
|
| - self._clean_up_dummy_home_dir()
|
| + #self._clean_up_dummy_home_dir()
|
|
|
| #
|
| # PROTECTED METHODS
|
|
|