heguanhui commented on code in PR #66009:
URL: https://github.com/apache/doris/pull/66009#discussion_r3644879454


##########
cloud/test/CMakeLists.txt:
##########
@@ -83,9 +83,12 @@ add_executable(http_encode_key_test http_encode_key_test.cpp)
 
 add_executable(fdb_injection_test fdb_injection_test.cpp)
 
-add_executable(s3_accessor_test s3_accessor_test.cpp)
+option(BUILD_AZURE "Enable build azure" ON)
+if (BUILD_AZURE)

Review Comment:
   This effect is just equivalent to skipping UT that relies on Azure, and I 
have also verified that it is feasible. Please review the test results I have 
uploaded



-- 
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]

Reply via email to