File tree 1 file changed +7
-1
lines changed
x-pack/qa/multi-cluster-search-security/src/test/resources/rest-api-spec/test/multi_cluster 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ teardown:
33
33
ignore : 404
34
34
---
35
35
" Fetch remote cluster info for existing cluster " :
36
+ - skip :
37
+ version : " all"
38
+ reason : https://github.com/elastic/elasticsearch/issues/33128
36
39
37
40
- do :
38
41
headers : { Authorization: "Basic am9lOnMza3JpdA==" }
@@ -46,6 +49,10 @@ teardown:
46
49
47
50
---
48
51
" Add transient remote cluster based on the preset cluster and check remote info " :
52
+ - skip :
53
+ version : " all"
54
+ reason : https://github.com/elastic/elasticsearch/issues/33128
55
+
49
56
- do :
50
57
cluster.get_settings :
51
58
include_defaults : true
@@ -87,4 +94,3 @@ teardown:
87
94
88
95
- match : { my_remote_cluster.initial_connect_timeout: "30s" }
89
96
- match : { test_remote_cluster.initial_connect_timeout: "30s" }
90
-
You can’t perform that action at this time.
0 commit comments