Index: build/run_tests.py |
diff --git a/build/run_tests.py b/build/run_tests.py |
index 9075cdf167351cd27f82466b4169b4223b70ef4f..8de6fc8f9e45aa167d657f52dcac90b155904bd2 100755 |
--- a/build/run_tests.py |
+++ b/build/run_tests.py |
@@ -51,10 +51,6 @@ def main(args): |
'crashpad_test_test', |
'crashpad_util_test', |
] |
- if platform.system() == 'Windows': |
- tests += [ |
- 'crashpad_handler_test', |
- ] |
for test in tests: |
print '-' * 80 |
print test |