Skip to content

Commit

Permalink
remove usage of flag from serverless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benakansara committed Dec 7, 2023
1 parent b37116e commit 63f495c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ export default createTestConfig({
suiteTags: { exclude: ['skipSvlOblt'] },
services,
// add feature flags
kbnServerArgs: [
'--xpack.observability.unsafe.thresholdRule.enabled=true',
'--xpack.infra.enabled=true',
],
kbnServerArgs: ['--xpack.infra.enabled=true'],
// load tests in the index file
testFiles: [require.resolve('./index.feature_flags.ts')],

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default createTestConfig({
kbnServerArgs: [
'--xpack.infra.enabled=true',
'--xpack.infra.featureFlags.customThresholdAlertsEnabled=true',
'--xpack.observability.unsafe.thresholdRule.enabled=true',
],
// load tests in the index file
testFiles: [require.resolve('./index.feature_flags.ts')],
Expand Down

0 comments on commit 63f495c

Please sign in to comment.