From a2e44296c9cf36ff1269ccfb427b90b5a848ee7d Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Mon, 21 Jun 2021 15:16:51 +0100 Subject: Add `skip_on_os` to test.json --- data/test.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data/test.schema.json') diff --git a/data/test.schema.json b/data/test.schema.json index fc84d860f..1bcefea26 100644 --- a/data/test.schema.json +++ b/data/test.schema.json @@ -147,6 +147,12 @@ "items": { "type": "string" } + }, + "skip_on_os": { + "type": "array", + "items": { + "type": "string" + } } } } -- cgit v1.2.3