Skip to content

Commit

Permalink
test: skip timeline pagination suite
Browse files Browse the repository at this point in the history
  • Loading branch information
logeekal committed Jul 18, 2024
1 parent e96625d commit 094040d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ const defaultPageSize = 25;
describe(
'Timeline Pagination',
{
tags: ['@ess', '@serverless'],
/*
* Tests with feature flag should not be enabled on serverless mki
* so skipping it. When you remove the feature flag, remove the
* skipInServerlessMKI tag as well.
* */
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
env: {
ftrConfig: {
kbnServerArgs: [
Expand Down

0 comments on commit 094040d

Please sign in to comment.