| Index: Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py b/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
|
| index 8631e3e88ae7bb40cc451df8d3c89680ec42a60f..b629db7d6982910b850490dfcb87ad73e0034536 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
|
| @@ -108,8 +108,8 @@ def run_checks(host, options, logging_stream):
|
| logger, handler = set_up_logging(logging_stream)
|
| try:
|
| failures = []
|
| - failures.extend(lint(host, options))
|
| - failures.extend(check_virtual_test_suites(host, options))
|
| + # failures.extend(lint(host, options))
|
| + # failures.extend(check_virtual_test_suites(host, options))
|
|
|
| if options.json:
|
| with open(options.json, 'w') as f:
|
|
|