pitrou commented on code in PR #35471:
URL: https://github.com/apache/arrow/pull/35471#discussion_r1188852980


##########
cpp/src/arrow/acero/task_util_test.cc:
##########
@@ -176,11 +180,18 @@ TEST(TaskScheduler, Stress) {
 // thread starts a task group while another thread is finishing
 // the last of its tasks.
 TEST(TaskScheduler, StressTwo) {
+
+  #ifndef ARROW_ENABLE_THREADING
+    GTEST_SKIP() << "Test requires threading support";
+  #endif
+
+

Review Comment:
   Nit, but there's superfluous vertical blank space here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to