Merge pull request #165 from aciidb0mb3r/disable-test

[BuildSystem] Disable cancelAllInQueue test pending investigation
diff --git a/unittests/BuildSystem/BuildSystemTaskTests.cpp b/unittests/BuildSystem/BuildSystemTaskTests.cpp
index f8fd3b6..5d9ee9f 100644
--- a/unittests/BuildSystem/BuildSystemTaskTests.cpp
+++ b/unittests/BuildSystem/BuildSystemTaskTests.cpp
@@ -262,6 +262,8 @@
 
 /// Check that cancellation applies to enqueued jobs.
 TEST(BuildSystemTaskTests, cancelAllInQueue) {
+// Disabled: <rdar://problem/32142112> BuildSystem/BuildSystemTests/BuildSystemTaskTests.cancelAllInQueue FAILED
+#ifdef false
   TmpDir tempDir{ __FUNCTION__ };
 
   SmallString<256> manifest{ tempDir.str() };
@@ -322,6 +324,7 @@
           "commandStarted(C1)",
           "commandFinished(C1)",
           }), delegate.getMessages());
+#endif
 }
 
 // Tests the behaviour of StaleFileRemovalTool