Skip to content

Commit ed0f2cb

Browse files
committed
Update skipped tests
1 parent ac43b52 commit ed0f2cb

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

yaml_test_runner/skip.yml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ features:
1111

1212
# tests to skip generating and compiling a test for
1313
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+
1419
xpack/api_key/10_basic.yml:
1520
# Invalid regex: "^(${api_key_id_2}|${api_key_id_3})$"
1621
# --> missing expansion of stashed values
@@ -45,6 +50,11 @@ tests:
4550
# this test fails because it can't access snapshot to restore it
4651
- "Create a source only snapshot and then restore it"
4752

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+
4858
# Test generator currently doesn't handle unsigned long values.
4959
# We skip all tests as even the setup code will fail to compile.
5060
xpack/unsigned_long/10_basic.yml:
@@ -60,32 +70,36 @@ tests:
6070
xpack/unsigned_long/60_collapse.yml:
6171
- "*"
6272

63-
oss/cat.aliases/10_basic.yml:
73+
free/cat.aliases/10_basic.yml:
6474
# this test fails as the regex needs a \n before the ending $
6575
- "Multiple alias names"
6676

67-
oss/cat.indices/10_basic.yml:
77+
free/cat.indices/10_basic.yml:
6878
# this test fails as the regex needs a \n before the ending $
6979
- "Test cat indices using health status"
7080

71-
oss/indices.shard_stores/10_basic.yml:
81+
free/indices.shard_stores/10_basic.yml:
7282
# uses number as a key into object. serde_json::Value expects a string key
7383
- "basic index test"
7484
- "multiple indices test"
7585

76-
oss/indices.flush/10_basic.yml:
86+
free/indices.flush/10_basic.yml:
7787
# uses number as a key into object. serde_json::Value expects a string key
7888
- "Index synced flush rest test"
7989

80-
oss/indices.segments/10_basic.yml:
90+
free/indices.segments/10_basic.yml:
8191
# uses number as a key into object. serde_json::Value expects a string key
8292
- "basic segments test"
8393

84-
oss/indices.stats/12_level.yml:
94+
free/indices.stats/12_level.yml:
8595
# uses number as a key into object. serde_json::Value expects a string key
8696
- "Level - shards"
8797

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:
89103
# The use of an invalid window interval results in a 400 response which looks like
90104
# it suppresses the sending of deprecation headers
91105
- "Bad window deprecated interval"

0 commit comments

Comments
 (0)