Skip to content

Commit 104cb6f

Browse files
author
Alan Christie
committed
Brief note on ignoring tests
1 parent a16fd60 commit 104cb6f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ it must *exist* and contain ``100`` lines::
4242
checks:
4343
- exists: true
4444
- lineCount: 100
45+
Individual tests can be prevented from being processed by adding an `ignore`
46+
declaration::
47+
48+
jobs:
49+
[...]
50+
max-min-picker:
51+
[...]
52+
tests:
53+
simple-execution:
54+
ignore:
55+
[...]
56+
4557

4658
Installation
4759
------------

0 commit comments

Comments
 (0)