We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1695bd5 commit 7bb6176Copy full SHA for 7bb6176
google/cloud/auditmanager/CMakeLists.txt
@@ -30,6 +30,9 @@ if (BUILD_TESTING AND GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS)
30
cmake -P "${PROJECT_SOURCE_DIR}/cmake/quickstart-runner.cmake"
31
$<TARGET_FILE:auditmanager_quickstart> GOOGLE_CLOUD_PROJECT
32
GOOGLE_CLOUD_CPP_TEST_REGION)
33
- set_tests_properties(auditmanager_quickstart
34
- PROPERTIES LABELS "integration-test;quickstart")
+ set_tests_properties(
+ auditmanager_quickstart
35
+ PROPERTIES LABELS "integration-test;quickstart" PASS_REGULAR_EXPRESSION
36
+ "Permanent error.*gcloud-cpp.retry.function=ListAuditReports"
37
+ )
38
endif ()
0 commit comments