Skip to content

Commit

Permalink
updates parallel script
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Apr 5, 2024
1 parent 9467414 commit 6d13684
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,7 @@ ${JSON.stringify(argv, null, 2)}
!process.env.KIBANA_MKI_USE_LATEST_COMMIT ||
process.env.KIBANA_MKI_USE_LATEST_COMMIT !== '1'
) {
cypressConfigFile.env.grepTags =
'@serverlessQA --@brokenInServerless --@skipInServerless --@brokenInServerlessQA';
cypressConfigFile.env.grepTags = '@serverlessQA --@skipInServerless';
}
const tier: string = argv.tier;
const endpointAddon: boolean = argv.endpointAddon;
Expand Down

0 comments on commit 6d13684

Please sign in to comment.