test: re-enable `Reindex from remote with parent join field` test no that join field type no longer always emits its fields inside search hits.
Closes #25363
This commit is contained in:
parent
6db708ef75
commit
00a9811f02
|
@ -91,9 +91,6 @@ setup:
|
||||||
|
|
||||||
---
|
---
|
||||||
"Reindex from remote with parent join field":
|
"Reindex from remote with parent join field":
|
||||||
- skip:
|
|
||||||
reason: Temporarily broken. See https://github.com/elastic/elasticsearch/issues/25363
|
|
||||||
version: all
|
|
||||||
# Fetch the http host. We use the host of the master because we know there will always be a master.
|
# Fetch the http host. We use the host of the master because we know there will always be a master.
|
||||||
- do:
|
- do:
|
||||||
cluster.state: {}
|
cluster.state: {}
|
||||||
|
|
Loading…
Reference in New Issue