justing-bq commented on code in PR #49786:
URL: https://github.com/apache/arrow/pull/49786#discussion_r3300130811
##########
cpp/src/arrow/flight/sql/odbc/tests/tables_test.cc:
##########
@@ -138,6 +141,8 @@ TEST_F(TablesMockTest, SQLTablesTestGetSchemaHasNoData) {
ValidateFetch(this->stmt, SQL_NO_DATA);
}
+// GH-49702: TODO Disabled on Linux due to BlockingQueue issue
+#ifndef __linux__
TEST_F(TablesRemoteTest, SQLTablesTestGetMetadataForAllSchemas) {
Review Comment:
This is intentional. All of these tests are meant to be disabled.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]