Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45c4854

Browse files
author
ace-n
committed
Fix uncommented
1 parent e269f23 commit 45c4854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/tests/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fi
5555
if [[ ! -z $KOKORO_GITHUB_PULL_REQUEST_NUMBER ]]; then
5656
curl -s "https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples/pulls/$KOKORO_GITHUB_PULL_REQUEST_NUMBER" \
5757
| grep "kokoro:lite" > /dev/null
58-
if [[ $? -eq 0 ]]; then # && [[ "${RUN_TESTS_SESSION}" != "py-2.7" ]]; then
58+
if [[ $? -eq 0 ]] && [[ "${RUN_TESTS_SESSION}" != "py-2.7" ]]; then
5959
# Skip this build
6060
echo "This build is being skipped!"
6161
echo " GitHub PRs with the 'kokoro:lite'"

0 commit comments

Comments
 (0)