Skip to content

Commit aee4f5e

Browse files
authored
Skip tsdb delete test for unsupported versions (#101124)
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
1 parent 5ae576f commit aee4f5e

File tree

1 file changed

+6
-0
lines changed
  • rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/delete

1 file changed

+6
-0
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/delete/70_tsdb.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
setup:
3+
- skip:
4+
version: "8.7.00 - 8.9.99"
5+
reason: "Synthetic source shows up in the mapping in 8.10 and on, may trigger assert failures in mixed cluster tests"
6+
17
---
28
"basic tsdb delete":
39
- skip:

0 commit comments

Comments
 (0)