Skip to content

Commit

Permalink
Fixes bad merge on oblt feature flag config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeramysoucy committed Oct 21, 2024
1 parent e663a71 commit e9462c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ export default createTestConfig({
kbnServerArgs: [
'--xpack.infra.enabled=true',
'--xpack.infra.featureFlags.customThresholdAlertsEnabled=true',
'--xpack.security.roleManagementEnabled=true',
],
// load tests in the index file
testFiles: [require.resolve('./index.feature_flags.ts')],

// include settings from project controller
// https://github.com/elastic/project-controller/blob/main/internal/project/observability/config/elasticsearch.yml
esServerArgs: ['xpack.ml.dfa.enabled=false'],
esServerArgs: ['xpack.ml.dfa.enabled=false', 'xpack.security.authc.native_roles.enabled=true'],
});

0 comments on commit e9462c3

Please sign in to comment.