Remove skip_live_env tag for most Advanced Search e2e API tests
What does this MR do and why?
Removes the skip_live_env
tag so we can run most of the API search tests in staging
.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
- Run the following from your
./gitlab/qa
directory:GITLAB_USERNAME="gitlab-qa" GITLAB_PASSWORD="******" GITLAB_QA_USERNAME_1="gitlab-qa-user1" GITLAB_QA_ACCESS_TOKEN_1="******" GITLAB_QA_ACCESS_TOKEN="******" QA_DEBUG=true WEBDRIVER_HEADLESS=true bundle exec bin/qa Test::Instance::All https://staging-ref.gitlab.com -- ./qa/specs/features/ee/api/9_data_stores/elasticsearch --tag elasticsearch
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.