Skip to content

Commit 972bb0a

Browse files
committed
try reomving disconnect
1 parent 61b1634 commit 972bb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/flight/sql/odbc/tests/odbc_test_suite.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ void ODBCTestBase::TearDownTestSuite() {
195195
// A proper fix would require ensuring gRPC is kept alive until all ODBC handles are freed,
196196
// or switching to dynamic linkage for tests.
197197
//
198-
// Disconnect();
198+
Disconnect();
199199
std::cerr << "[TEARDOWN] Skipping Disconnect() to avoid CTest-specific crash" << std::endl;
200200
connected = false;
201201
}

0 commit comments

Comments
 (0)