Skip to content

Commit

Permalink
GH-44734: [C++][CI] Fix arrow-c-bridge-test timeout with threading di…
Browse files Browse the repository at this point in the history
…sabled
  • Loading branch information
zeroshade committed Nov 14, 2024
1 parent 29e8ea0 commit 64bc000
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpp/src/arrow/c/bridge_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5313,6 +5313,8 @@ TEST_F(TestArrayDeviceStreamRoundtrip, ChunkedArrayRoundtripEmpty) {
});
}

#ifdef ARROW_ENABLE_THREADING

class TestAsyncDeviceArrayStreamRoundTrip : public BaseArrayStreamTest {
public:
static Result<std::shared_ptr<ArrayData>> ToDeviceData(
Expand Down Expand Up @@ -5421,4 +5423,6 @@ TEST_F(TestAsyncDeviceArrayStreamRoundTrip, PropagateError) {
internal::GetCpuThreadPool()->WaitForIdle();
}

#endif

} // namespace arrow

0 comments on commit 64bc000

Please sign in to comment.