We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc7436 commit 4968a4dCopy full SHA for 4968a4d
internal/build/cmd/generate/commands/gentests/skips.go
@@ -56,6 +56,9 @@ var skipFiles = []string{
56
"cluster.desired_nodes/10_basic.yml", // incompatible $ stash replacement
57
"user_profile/10_basic.yml", // internal
58
"health/10_basic.yml", // internal
59
+ "health/20_component.yml", // internal
60
+ "health/30_feature.yml", // internal
61
+ "health/40_useractions.yml", // internal
62
}
63
64
// TODO: Comments into descriptions for `Skip()`
@@ -422,4 +425,8 @@ change_password/10_basic.yml:
422
425
token/10_basic.yml:
423
426
- Test invalidate user's tokens
424
427
- 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
432
`
0 commit comments