Skip to content

Commit 068060d

Browse files
Update cpp/src/arrow/dataset/dataset_writer_test.cc
Co-authored-by: Rossi Sun <zanmato1984@gmail.com>
1 parent 4ff1bd4 commit 068060d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cpp/src/arrow/dataset/dataset_writer_test.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ TEST_F(DatasetWriterTestFixture, BatchGreaterThanMaxRowsQueued) {
277277
}
278278

279279
TEST_F(DatasetWriterTestFixture, BatchWriteConcurrent) {
280+
#ifndef ARROW_ENABLE_THREADING
281+
GTEST_SKIP() << "Test requires threading support";
282+
#endif
280283
auto dataset_writer = MakeDatasetWriter(/*max_rows=*/5);
281284

282285
for (int threads = 1; threads < 5; threads++) {

0 commit comments

Comments
 (0)