Skip to content

Commit abc38d9

Browse files
committed
Add comment for ConnectionRemoteTest
1 parent 21ba2a1 commit abc38d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class ConnectionTest : public T {
3232
using List = std::list<T>;
3333
};
3434

35+
// GH-46574 TODO: add remote server test cases using `ConnectionRemoteTest`
3536
class ConnectionRemoteTest : public FlightSQLODBCRemoteTestBase {};
3637
using TestTypes = ::testing::Types<FlightSQLODBCMockTestBase, ConnectionRemoteTest>;
3738
TYPED_TEST_SUITE(ConnectionTest, TestTypes);

0 commit comments

Comments
 (0)