Revert "Revert "Disable skip-test-llvm to see if that stops the timeouts on the bots.""

This reverts commit a0018459bd.

The timeout is related to 2x tsan/asan tests.
This commit is contained in:
Michael Gottesman
2016-07-23 05:44:03 -07:00
parent d9e22cadc6
commit f6fe775fa9

View File

@@ -123,7 +123,7 @@ KNOWN_SETTINGS=(
skip-test-cmark "" "set to skip testing CommonMark"
skip-test-lldb "" "set to skip testing lldb"
skip-test-swift "" "set to skip testing Swift"
skip-test-llvm "1" "set to skip testing LLVM. Set to true by default"
skip-test-llvm "" "set to skip testing LLVM. Set to true by default"
skip-test-llbuild "" "set to skip testing llbuild"
skip-test-swiftpm "" "set to skip testing swiftpm"
skip-test-xctest "" "set to skip testing xctest"