Skip to content

Commit 39198e8

Browse files
committed
Skip test before 3.1.0
Signed-off-by: Daniel Widdis <widdis@gmail.com>
1 parent 971cce6 commit 39198e8

File tree

1 file changed

+3
-0
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/search

1 file changed

+3
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/30_limits.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ setup:
4646

4747
---
4848
"Request with size exceeding max integer value":
49+
- skip:
50+
version: "- 3.0.99"
51+
reason: "returns 500 before 3.1.0"
4952
- do:
5053
catch: /Numeric value \(2147483648\) out of range of int/
5154
search:

0 commit comments

Comments
 (0)