Skip to content

Commit

Permalink
Skip Backfill groups in the periodic pipeline (elastic#195760)
Browse files Browse the repository at this point in the history
## Summary

This test shouldn't run in periodic pipeline. We expect only FTR and Cypress running in periodic and 2nd quality gate pipelines enabled in elastic#193666.
  • Loading branch information
nkhristinin authored Oct 10, 2024
1 parent bf72e41 commit 6f1449b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import {
describe(
'Backfill groups',
{
tags: ['@ess', '@serverless'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
},
function () {
before(() => {
Expand Down

0 comments on commit 6f1449b

Please sign in to comment.