| Index: Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py b/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py
|
| index 429aeddfd839fad89e3c0893885a12f4c5890440..391b6fa9d335e299025586f45b0675a5b4ffa91a 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py
|
| @@ -109,10 +109,6 @@ class LayoutTestFinder(object):
|
| # make sure we're explicitly running any tests passed on the command line; equivalent to 'default'.
|
| tests_to_skip -= set(paths)
|
|
|
| - # unless of course we don't want to run the HTTP tests :)
|
| - if not self._options.http:
|
| - tests_to_skip.update(set(http_tests))
|
| -
|
| return tests_to_skip
|
|
|
| def split_into_chunks(self, test_names):
|
|
|