mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
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:
parent
76a1a4c620
commit
b50669bdfe
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue