HeartLinked commented on code in PR #296:
URL: https://github.com/apache/iceberg-cpp/pull/296#discussion_r2554789043
##########
src/iceberg/test/rest_catalog_test.cc:
##########
@@ -61,7 +61,7 @@ class RestCatalogTest : public ::testing::Test {
RestCatalogConfig config_;
};
-TEST_F(RestCatalogTest, MakeCatalogSuccess) {
+TEST_F(RestCatalogTest, DISABLED_MakeCatalogSuccess) {
Review Comment:
This is a temporary integration test that requires a local REST server, such
as the Docker image apache/iceberg-rest-fixture provided by Apache Iceberg.
Currently, this method allows testing locally, but it obviously cannot pass the
Github CI process, so it is a temporary expedient. In this first version PR, we
clearly cannot comprehensively complete such a large amount of work. You can
take a look on this issue: https://github.com/apache/iceberg-cpp/issues/333 :)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]