mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[FIPS] Skips license check test for FIPS test suite (#216056)
## Summary Skips license checking test in FIPS mode. FIPS runs with the platinum license so having a test which asserts `basic` causes the CI to fail. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
539f77f816
commit
1fdf5d450f
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@ export default function (ftrContext: FtrProviderContext) {
|
|||
});
|
||||
};
|
||||
|
||||
describe('changes in license types', () => {
|
||||
describe('changes in license types', function () {
|
||||
this.tags('skipFIPS');
|
||||
|
||||
before(async function setup() {
|
||||
await scenario.setup();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue