Skip to content

Commit ac44dce

Browse files
pearigeeshivanee-p
andauthored
chore: disable sample tests for packages/* (#7996)
Co-authored-by: Shivanee <46910562+shivanee-p@users.noreply.github.com>
1 parent 228fe85 commit ac44dce

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ci/run_conditional_tests.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,16 @@ for subdir in ${subdirs[@]}; do
123123
continue
124124
fi
125125

126+
# Sample tests for packages are broken/flaky and blocking PRs.
127+
# See https://github.com/googleapis/google-cloud-node/issues/7976#issuecomment-4210458096.
128+
#
129+
# Per https://github.com/googleapis/google-cloud-node/issues/7921,
130+
# we are likely to permanently remove these tests in the near future.
131+
if [[ "${subdir}" == "packages" && "${TEST_TYPE}" == "samples" ]]; then
132+
echo "Skipping ${TEST_TYPE} test for packages: ${d}"
133+
continue
134+
fi
135+
126136
# Our CI uses Git Bash on Windows to execute this script, which returns "msys" for OSTYPE.
127137
if [[ "$OSTYPE" == "msys" ]]; then
128138
if [[ "${windows_exempt_tests}" =~ "${d}" ]]; then

0 commit comments

Comments
 (0)