Skip to content

Commit 9f5fe49

Browse files
committed
Disable REST default settings testing until #29229 is back-ported
That PR changed the execution path of index settings default to be on the master until the PR is back-ported the old master will not return default settings.
1 parent 2f89058 commit 9f5fe49

File tree

1 file changed

+12
-7
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/indices.put_settings

1 file changed

+12
-7
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/indices.put_settings/11_reset.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@ Test reset index settings:
2323
indices.get_settings:
2424
flat_settings: false
2525
- is_false: test-index.settings.index\.refresh_interval
26-
- do:
27-
indices.get_settings:
28-
include_defaults: true
29-
flat_settings: true
30-
index: test-index
31-
- match:
32-
test-index.defaults.index\.refresh_interval: "1s"
26+
27+
# Disabled until https://github.com/elastic/elasticsearch/pull/29229 is back-ported
28+
# That PR changed the execution path of index settings default to be on the master
29+
# until the PR is back-ported the old master will not return default settings.
30+
#
31+
# - do:
32+
# indices.get_settings:
33+
# include_defaults: true
34+
# flat_settings: true
35+
# index: test-index
36+
# - match:
37+
# test-index.defaults.index\.refresh_interval: "1s"

0 commit comments

Comments
 (0)