Skip to content

Commit ca2c228

Browse files
committed
Suppress more tests
Tracked in #33128
1 parent 05253e6 commit ca2c228

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

x-pack/qa/multi-cluster-search-security/src/test/resources/rest-api-spec/test/multi_cluster/20_info.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ teardown:
3333
ignore: 404
3434
---
3535
"Fetch remote cluster info for existing cluster":
36+
- skip:
37+
version: "all"
38+
reason: https://github.com/elastic/elasticsearch/issues/33128
3639

3740
- do:
3841
headers: { Authorization: "Basic am9lOnMza3JpdA==" }
@@ -46,6 +49,10 @@ teardown:
4649

4750
---
4851
"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+
4956
- do:
5057
cluster.get_settings:
5158
include_defaults: true
@@ -87,4 +94,3 @@ teardown:
8794

8895
- match: { my_remote_cluster.initial_connect_timeout: "30s" }
8996
- match: { test_remote_cluster.initial_connect_timeout: "30s" }
90-

0 commit comments

Comments
 (0)