From 46a5bf4f9f1311600cd54a3bcf4b77bbf5d9802c Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Tue, 18 Mar 2025 15:28:38 -0500 Subject: [PATCH] [package testing] Skip FTR 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. --- .buildkite/scripts/steps/package_testing/test.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.buildkite/scripts/steps/package_testing/test.sh b/.buildkite/scripts/steps/package_testing/test.sh index 856190f2d5588..2572a4be5a910 100755 --- a/.buildkite/scripts/steps/package_testing/test.sh +++ b/.buildkite/scripts/steps/package_testing/test.sh @@ -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