Skip to content

Commit 4b8e892

Browse files
committed
disable flaky quickstart
1 parent 771d9b2 commit 4b8e892

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

google/cloud/ftp/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ if (BUILD_TESTING AND GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS)
2727
NAME ftp_quickstart
2828
COMMAND cmake -P "${PROJECT_SOURCE_DIR}/cmake/quickstart-runner.cmake"
2929
$<TARGET_FILE:ftp_quickstart> GOOGLE_CLOUD_PROJECT)
30-
set_tests_properties(ftp_quickstart
31-
PROPERTIES LABELS "integration-test;quickstart")
30+
set_tests_properties(
31+
ftp_quickstart PROPERTIES DISABLED "True" LABELS
32+
"integration-test;quickstart")
3233
endif ()

0 commit comments

Comments
 (0)