Skip to content

Commit

Permalink
Rename tsdb integration test (elastic#116909)
Browse files Browse the repository at this point in the history
The current name doesn't allow skipping it to workaround compatibility
test failures:

```
> Task :rest-api-spec:yamlRestCompatTestTransform FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':rest-api-spec:yamlRestCompatTestTransform'.
> class com.fasterxml.jackson.databind.node.ObjectNode cannot be cast to class com.fasterxml.jackson.databind.node.ArrayNode (com.fasterxml.jackson.databind.node.ObjectNode and com.fasterxml.jackson.databind.node.ArrayNode are in unnamed module of loader org.gradle.internal.classloader.VisitableURLClassLoader$InstrumentingVisitableURLClassLoader @15eaac09)
```
  • Loading branch information
kkrik-es authored Nov 18, 2024
1 parent f55e5d0 commit c1c59eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ noop update:
{}

---
update:
regular update:
- requires:
cluster_features: ["gte_v8.2.0"]
reason: tsdb indexing changed in 8.2.0
Expand Down

0 comments on commit c1c59eb

Please sign in to comment.