diff --git a/google/cloud/speech/CMakeLists.txt b/google/cloud/speech/CMakeLists.txt index 457a4ca5649fe..506906a11a2fc 100644 --- a/google/cloud/speech/CMakeLists.txt +++ b/google/cloud/speech/CMakeLists.txt @@ -25,14 +25,14 @@ if (BUILD_TESTING AND GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS) add_executable(speech_quickstart "quickstart/quickstart.cc") target_link_libraries(speech_quickstart PRIVATE google-cloud-cpp::speech) google_cloud_cpp_add_common_options(speech_quickstart) - add_test( - NAME speech_quickstart_global - COMMAND - cmake -P "${PROJECT_SOURCE_DIR}/cmake/quickstart-runner.cmake" - $ GOOGLE_CLOUD_PROJECT - GOOGLE_CLOUD_CPP_TEST_GLOBAL) - set_tests_properties(speech_quickstart_global - PROPERTIES LABELS "integration-test;quickstart") + # TODO(#14841): add this back when the test on CI is recovered. + + # add_test( NAME speech_quickstart_global COMMAND cmake -P + # "${PROJECT_SOURCE_DIR}/cmake/quickstart-runner.cmake" + # $ GOOGLE_CLOUD_PROJECT + # GOOGLE_CLOUD_CPP_TEST_GLOBAL) + # set_tests_properties(speech_quickstart_global PROPERTIES LABELS + # "integration-test;quickstart") add_test( NAME speech_quickstart_regional COMMAND