Skip to content

Commit 747e1cc

Browse files
committed
Fix the skip version for inner hits REST test.
1 parent 5c7fd01 commit 747e1cc

File tree

1 file changed

+2
-2
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/search.inner_hits

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search.inner_hits/10_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ setup:
9696
---
9797
"Inner hits with disabled _source":
9898
- skip:
99-
version: "all"
100-
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/67079"
99+
version: " - 7.10.1"
100+
reason: "bugfix introduced in 7.10.2"
101101
- do:
102102
indices.create:
103103
index: disabled_source

0 commit comments

Comments
 (0)