mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Stateful sidenav] Remove Launch Darkly feature flag (#189513)
This commit is contained in:
parent
0298013a78
commit
03607ec7e0
39 changed files with 425 additions and 467 deletions
|
@ -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 },
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue