From 7a74a41a0c61ec442b0de541f8fb00f4e882bfdc Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Fri, 9 Dec 2016 21:20:41 -0500 Subject: [PATCH] Fix test for changed message Message is only changed in 5.2.0 so we shouldn't assert on it if we're running with any nodes less than that version. --- .../main/resources/rest-api-spec/test/tasks.get/10_basic.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/tasks.get/10_basic.yaml b/rest-api-spec/src/main/resources/rest-api-spec/test/tasks.get/10_basic.yaml index caf97b302f1..fdb62cdce2e 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/tasks.get/10_basic.yaml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/tasks.get/10_basic.yaml @@ -1,5 +1,8 @@ --- "get task test": + - skip: + version: " - 5.1.99" + reason: massage was changed in 5.2.0 # Note that this gets much better testing in reindex's tests because it actually saves the task - do: cluster.state: {}