Skip to content

Commit

Permalink
Update comment to point the ClickHouse PR
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Aug 21, 2024
1 parent 216e8d5 commit d337e09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/src/arrow/filesystem/azurefs_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,9 @@ class TestAzureFileSystem : public ::testing::Test {
//
// TODO perhaps remove this skip once we can rely on
// https://github.com/Azure/azure-sdk-for-cpp/pull/5767
//
// Also note that ClickHouse has a workaround for a similar issue:
// https://github.com/ClickHouse/ClickHouse/pull/45796
if (options_.background_writes) {
GTEST_SKIP() << "False positive memory leak in libxml2 with CloseAsync";
}
Expand Down

0 comments on commit d337e09

Please sign in to comment.