File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
internal/build/cmd/generate/commands/gentests Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ var skipFiles = []string{
5656 "cluster.desired_nodes/10_basic.yml" , // incompatible $ stash replacement
5757 "user_profile/10_basic.yml" , // internal
5858 "health/10_basic.yml" , // internal
59+ "health/20_component.yml" , // internal
60+ "health/30_feature.yml" , // internal
61+ "health/40_useractions.yml" , // internal
5962}
6063
6164// TODO: Comments into descriptions for `Skip()`
@@ -422,4 +425,8 @@ change_password/10_basic.yml:
422425token/10_basic.yml:
423426 - Test invalidate user's tokens
424427 - Test invalidate realm's tokens
428+
429+ # Replacement with pattern matching fails
430+ user_profile/40_has_privileges.yml:
431+ - Test profile has privileges api
425432`
You can’t perform that action at this time.
0 commit comments