Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
setup:
- skip:
version: "8.7.00 - 8.9.99"
reason: "Synthetic source shows up in the mapping in 8.10 and on, may trigger assert failures in mixed cluster tests"
version: " - 8.9.99"
reason: "position metric introduced in 8.8.0, synthetic source shows up in the mapping in 8.10 and on, may trigger assert failures in mixed cluster tests"

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,10 @@ nested fields:

---
"Synthetic source":
- skip:
version: " - 8.9.99"
reason: Synthetic source shows up in the mapping in 8.10

- do:
indices.create:
index: tsdb-synthetic
Expand Down