Skip to content

Commit f2178e2

Browse files
authored
Rename tsdb integration test (elastic#116909) (elastic#116913)
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) ```
1 parent 61c9add commit f2178e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/tsdb/90_unsupported_operations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ noop update:
129129
{}
130130

131131
---
132-
update:
132+
regular update:
133133
- requires:
134134
cluster_features: ["gte_v8.2.0"]
135135
reason: tsdb indexing changed in 8.2.0

0 commit comments

Comments
 (0)