chore(NA): disable screenshots on package testing (#178162)

I don't think we need this setting permanently on and it can be enabled
as needed for debugging purposes.
This commit is contained in:
Tiago Costa 2025-01-21 03:29:41 +00:00 committed by GitHub
parent 76a1a4c620
commit b50669bdfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,9 @@ set -euo pipefail
source "$(dirname "$0")/../../common/util.sh"
.buildkite/scripts/bootstrap.sh
# temporary adding this to get screenshots
is_test_execution_step
# temporary enable this to get screenshots on package testing failures
#
#is_test_execution_step
echo "--- Package Testing for $TEST_PACKAGE"