[Stateful sidenav] Remove Launch Darkly feature flag (#189513)

This commit is contained in:
Sébastien Loix 2024-08-02 13:48:19 +01:00 committed by GitHub
parent 0298013a78
commit 03607ec7e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 425 additions and 467 deletions

View file

@ -54,6 +54,7 @@ export type Result = 'ready';
if (serverless) {
// Satisfy spaces config for serverless:
set(settings, 'xpack.spaces.allowFeatureVisibility', false);
set(settings, 'xpack.spaces.allowSolutionVisibility', false);
const { startKibana } = createTestServerlessInstances({
kibana: { settings, cliArgs },
});