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 --- docs/markdown/Contributing.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/markdown') diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md index 77981d7..474f880 100644 --- a/docs/markdown/Contributing.md +++ b/docs/markdown/Contributing.md @@ -390,6 +390,14 @@ for whatever reason). The test is failed if it skips or runs unexpectedly. +#### skip_on_os + +The `skip_on_os` key can be used to specify a list of OS names (or their +negations, prefixed with a `!`). If at least one item in the `skip_on_os` list +is matched, the test is expected to be skipped. + +The test is failed if it skips or runs unexpectedly. + ### Skipping integration tests Meson uses several continuous integration testing systems that have -- cgit v1.1