Skip to content

Commit

Permalink
fix: disable flakybot reporting (#5018)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandorsey authored Jan 13, 2025
1 parent b6fd2c0 commit cf2bfef
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions testing/kokoro/system_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,4 @@ else
done
fi

# If we're running system tests, send the test log to Flaky Bot.
# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"system-tests"* ]]; then
chmod +x "$KOKORO_GFILE_DIR"/linux_amd64/flakybot
"$KOKORO_GFILE_DIR"/linux_amd64/flakybot
fi

exit $exit_code

0 comments on commit cf2bfef

Please sign in to comment.