[docs] remove outdated note on how to run x-pack functional tests (#143093) (#143101)

(cherry picked from commit a2f2bc5aaa)

Co-authored-by: Thomas Watson <watson@elastic.co>
This commit is contained in:
Kibana Machine 2022-10-11 09:41:31 -06:00 committed by GitHub
parent b60b896295
commit 5595f068ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,14 +67,6 @@ export TEST_ES_PASS=<password>
node scripts/functional_test_runner
----------
** If you are running x-pack functional tests, start server and runner from {blob}xpack[x-pack] folder:
+
["source", "shell"]
----------
node scripts/functional_tests_server.js
node ../scripts/functional_test_runner.js
----------
** Selenium tests are run in headless mode on CI. Locally the same tests will be executed in a real browser. You can activate headless mode by setting the environment variable:
+
["source", "shell"]