Skip to content

Commit

Permalink
Skip tsdb delete test for unsupported versions (#101124)
Browse files Browse the repository at this point in the history
Yet another test affected by the fix for showing the synthetic source,
#98808. This can trigger an assert in older versions as the mapping they
produce (without synthetic source) doesn't match the one they may get
from the master, if the latter is in version 8.10+.

Fixes #101121
  • Loading branch information
kkrik-es authored Oct 19, 2023
1 parent 5ae576f commit aee4f5e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
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"

---
"basic tsdb delete":
- skip:
Expand Down

0 comments on commit aee4f5e

Please sign in to comment.