Skip to content

Commit

Permalink
cleanup(quickstart): disable speech_quickstart_global (#14842)
Browse files Browse the repository at this point in the history
* cleanup(quickstart): disable speech_quickstart_global

* format
  • Loading branch information
cuiy0006 authored Nov 13, 2024
1 parent b9dbb55 commit 912533c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions google/cloud/speech/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
$<TARGET_FILE:speech_quickstart> 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"
# $<TARGET_FILE:speech_quickstart> 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
Expand Down

0 comments on commit 912533c

Please sign in to comment.