From 06e369beb202cf3c0b3842d3d3216b854f97f94e Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Oct 23 2018 08:35:17 +0000 Subject: New attribute "disabled" --- diff --git a/disabled.fmf b/disabled.fmf new file mode 100644 index 0000000..5006310 --- /dev/null +++ b/disabled.fmf @@ -0,0 +1,18 @@ +name: disabled +type: boolean +purpose: allow disabling individual tests + +motivation: + When a test is broken and it is not possible to fix it immediately + there should be an easy way how to temporarily mark it as disabled + so that it's skipped during the test suite execution. + +stories: + - As a developer/tester I want selected tests to be skipped during + test execution by marking them as disabled. + +examples: | + disabled: yes + +notes: + The default value is: "disabled: no".