We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3684751 commit 28b1ec7Copy full SHA for 28b1ec7
src/tests/directives.md
@@ -122,8 +122,7 @@ for more details.
122
These directives are used to ignore the test in some situations, which
123
means the test won't be compiled or run.
124
125
-* `ignore-X` where `X` is a target detail or stage will ignore the test
126
- accordingly (see below)
+* `ignore-X` where `X` is a target detail or other criteria on which to ignore the test (see below)
127
* `only-X` is like `ignore-X`, but will *only* run the test on that target or
128
stage
129
* `ignore-test` always ignores the test. This can be used to temporarily disable
0 commit comments