Mute flaky multicluster tests (#58350)

This commit is contained in:
William Brafford 2020-06-18 14:39:59 -04:00 committed by GitHub
parent d702cb0ad9
commit 4836236446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 0 deletions

View File

@ -312,6 +312,9 @@
---
"Search an filtered alias and empty index on the remote cluster":
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/58345"
- do:
search:
@ -329,6 +332,9 @@
---
"Single shard search gets properly proxied":
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/58345"
- do:
search:

View File

@ -19,6 +19,9 @@ teardown:
---
"Test that remote index names are preserved in top hits":
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/58345"
- do:
bulk:

View File

@ -1,5 +1,8 @@
---
"Test that remote indices are subject to shard skipping":
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/58345"
- do:
indices.create:

View File

@ -19,6 +19,9 @@ teardown:
---
"Test that remote indices are maintained when we aggregate on _index":
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/58345"
- do:
bulk:

View File

@ -17,6 +17,9 @@ teardown:
---
"Test that queries on _index match against the correct indices.":
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/58345"
- do:
bulk:
@ -59,6 +62,9 @@ teardown:
---
"Test that queries on _index that don't match are skipped":
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/58345"
- do:
bulk: