This commit is contained in:
Martin Hořeňovský
2023-01-22 19:43:11 +01:00
parent 8359a6b244
commit c837cb4a8a
9 changed files with 574 additions and 205 deletions

View File

@@ -3,7 +3,7 @@
## Skipping Test Cases at Runtime
> [Introduced](https://github.com/catchorg/Catch2/pull/2360) in Catch2 X.Y.Z.
> [Introduced](https://github.com/catchorg/Catch2/pull/2360) in Catch2 3.3.0.
In some situations it may not be possible to meaningfully execute a test case,
for example when the system under test is missing certain hardware capabilities.