mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[package testing] Skip FTR (#215070)
The functional test run during package testing is currently erroring post folder migration, but after fixing the path it's still not going to match on any tests. This temporarily disables the step while alternatives are considered. Related to https://github.com/elastic/kibana/pull/214730 and https://github.com/elastic/kibana/pull/210956
This commit is contained in:
parent
edd9bf6896
commit
ca04dbafd2
1 changed files with 3 additions and 2 deletions
|
@ -56,5 +56,6 @@ export TEST_ES_URL="http://elastic:changeme@192.168.56.1:9200"
|
|||
|
||||
cd x-pack
|
||||
|
||||
echo "--- FTR - Reporting"
|
||||
node scripts/functional_test_runner.js --config src/platform/test/functional/apps/visualize/config.ts --include-tag=smoke --quiet
|
||||
# Re-enable after finding suitable suites, --include-tag=smoke does not currently have any matches
|
||||
# echo "--- FTR - Reporting"
|
||||
# node scripts/functional_test_runner.js --config src/platform/test/functional/apps/visualize/config.ts --include-tag=smoke --quiet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue