We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fb3c4 commit 3edee14Copy full SHA for 3edee14
internal/build/cmd/generate/commands/gentests/skips.go
@@ -54,6 +54,7 @@ var skipFiles = []string{
54
"field_caps/50_fieldtype_filter.yml", // Incompatible test, need handling for double escaping keys with dots
55
"search.aggregation/350_variable_width_histogram.yml",
56
"cluster.desired_nodes/10_basic.yml", // incompatible $ stash replacement
57
+ "api_key/12_grant.yml", // incompatible $ stash replacement, need bearer token integration
58
"user_profile/10_basic.yml", // internal
59
"health/10_basic.yml", // internal
60
"health/20_component.yml", // internal
0 commit comments