Skip to content

Commit e65cce5

Browse files
authored
ci: disable execution of resourcesettings quickstart (#14966)
1 parent 01c0b96 commit e65cce5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

google/cloud/resourcesettings/CMakeLists.txt

-13
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,3 @@ include(GoogleCloudCppLibrary)
1818

1919
google_cloud_cpp_add_gapic_library(resourcesettings "Resource Settings API"
2020
SERVICE_DIRS "__EMPTY__" "v1/")
21-
22-
if (BUILD_TESTING AND GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS)
23-
add_executable(resourcesettings_quickstart "quickstart/quickstart.cc")
24-
target_link_libraries(resourcesettings_quickstart
25-
PRIVATE google-cloud-cpp::resourcesettings)
26-
google_cloud_cpp_add_common_options(resourcesettings_quickstart)
27-
add_test(
28-
NAME resourcesettings_quickstart
29-
COMMAND cmake -P "${PROJECT_SOURCE_DIR}/cmake/quickstart-runner.cmake"
30-
$<TARGET_FILE:resourcesettings_quickstart> GOOGLE_CLOUD_PROJECT)
31-
set_tests_properties(resourcesettings_quickstart
32-
PROPERTIES LABELS "integration-test;quickstart")
33-
endif ()

0 commit comments

Comments
 (0)