-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid running incompatible Platform Security Serverless tests on MKI. (…
…#165304) ## Summary When we run tests on MKI, we cannot override Elasticsearch security realm definitions. This means that any of our tests relying on a custom Elasticsearch security realm (SAML and JWT) won't work on MKI. ## How to test See `Kibana serverless cheat sheet` on how to run tests against MKI. Until elastic/qaf-tests#30 is merged, you'd need to also add `--exclude-tag=skipMKI` to the test runner command. /cc @dmlemeshko
- Loading branch information
Showing
3 changed files
with
40 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters