We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588f588 commit 2335df2Copy full SHA for 2335df2
google/cloud/optimization/CMakeLists.txt
@@ -30,6 +30,12 @@ if (BUILD_TESTING AND GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS)
30
cmake -P "${PROJECT_SOURCE_DIR}/cmake/quickstart-runner.cmake"
31
$<TARGET_FILE:optimization_quickstart> GOOGLE_CLOUD_PROJECT
32
GOOGLE_CLOUD_CPP_STORAGE_TEST_BUCKET_NAME)
33
- set_tests_properties(optimization_quickstart
34
- PROPERTIES LABELS "integration-test;quickstart")
+ set_tests_properties(
+ optimization_quickstart
35
+ PROPERTIES
36
+ LABELS
37
+ "integration-test;quickstart"
38
+ PASS_REGULAR_EXPRESSION
39
+ "The service is currently unavailable.*gcloud-cpp.retry.function=BatchOptimizeTours"
40
+ )
41
endif ()
0 commit comments