@@ -11,6 +11,11 @@ features:
11
11
12
12
# tests to skip generating and compiling a test for
13
13
tests :
14
+
15
+ xpack/license/30_enterprise_license.yml :
16
+ # Warning "Including [accept_enterprise] in get license requests is deprecated" is no more present
17
+ - " Installing enterprise license"
18
+
14
19
xpack/api_key/10_basic.yml :
15
20
# Invalid regex: "^(${api_key_id_2}|${api_key_id_3})$"
16
21
# --> missing expansion of stashed values
@@ -45,6 +50,11 @@ tests:
45
50
# this test fails because it can't access snapshot to restore it
46
51
- " Create a source only snapshot and then restore it"
47
52
53
+ xpack/snapshot/20_operator_privileges_disabled.yml :
54
+ # expected value json["persistent"]["xpack"]["security"]["http"]["filter"]["deny"] to match String("example.com")
55
+ # but was String("tutorial.com")
56
+ - " Operator only settings can be set and restored by non-operator user when operator privileges is disabled"
57
+
48
58
# Test generator currently doesn't handle unsigned long values.
49
59
# We skip all tests as even the setup code will fail to compile.
50
60
xpack/unsigned_long/10_basic.yml :
@@ -60,32 +70,36 @@ tests:
60
70
xpack/unsigned_long/60_collapse.yml :
61
71
- " *"
62
72
63
- oss /cat.aliases/10_basic.yml :
73
+ free /cat.aliases/10_basic.yml :
64
74
# this test fails as the regex needs a \n before the ending $
65
75
- " Multiple alias names"
66
76
67
- oss /cat.indices/10_basic.yml :
77
+ free /cat.indices/10_basic.yml :
68
78
# this test fails as the regex needs a \n before the ending $
69
79
- " Test cat indices using health status"
70
80
71
- oss /indices.shard_stores/10_basic.yml :
81
+ free /indices.shard_stores/10_basic.yml :
72
82
# uses number as a key into object. serde_json::Value expects a string key
73
83
- " basic index test"
74
84
- " multiple indices test"
75
85
76
- oss /indices.flush/10_basic.yml :
86
+ free /indices.flush/10_basic.yml :
77
87
# uses number as a key into object. serde_json::Value expects a string key
78
88
- " Index synced flush rest test"
79
89
80
- oss /indices.segments/10_basic.yml :
90
+ free /indices.segments/10_basic.yml :
81
91
# uses number as a key into object. serde_json::Value expects a string key
82
92
- " basic segments test"
83
93
84
- oss /indices.stats/12_level.yml :
94
+ free /indices.stats/12_level.yml :
85
95
# uses number as a key into object. serde_json::Value expects a string key
86
96
- " Level - shards"
87
97
88
- oss/search.aggregation/250_moving_fn.yml :
98
+ free/nodes.info/10_basic.yml :
99
+ # node has a lot more roles than those checked in the test
100
+ - " node_info role test"
101
+
102
+ free/search.aggregation/250_moving_fn.yml :
89
103
# The use of an invalid window interval results in a 400 response which looks like
90
104
# it suppresses the sending of deprecation headers
91
105
- " Bad window deprecated interval"
0 commit comments