Skip to content

Commit 4968a4d

Browse files
committed
CI: Update skip list to remove incompatible tests for 8.3
1 parent 0cc7436 commit 4968a4d

File tree

1 file changed

+7
-0
lines changed
  • internal/build/cmd/generate/commands/gentests

1 file changed

+7
-0
lines changed

internal/build/cmd/generate/commands/gentests/skips.go

+7
Original file line numberDiff line numberDiff 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:
422425
token/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
`

0 commit comments

Comments
 (0)