mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[FIPS] Update fips test overrides (#215745)
Closes https://github.com/elastic/kibana/issues/215743 ## Summary Allow for undefined serverArgs when FIPS test configs are overridden.
This commit is contained in:
parent
aede310812
commit
bf5af0d011
1 changed files with 2 additions and 0 deletions
|
@ -9,7 +9,9 @@
|
|||
|
||||
// This will only apply overrides when running in FIPS mode
|
||||
export function applyFipsOverrides(vars: any) {
|
||||
vars.esTestCluster = { ...(vars.esTestCluster ?? {}) };
|
||||
vars.esTestCluster.license = 'trial';
|
||||
vars.esTestCluster.serverArgs = vars.esTestCluster.serverArgs ?? [];
|
||||
|
||||
const skipTags = vars.suiteTags?.exclude ?? [];
|
||||
skipTags.push('skipFIPS');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue