skip
Signature
Section titled “Signature”function skip(bool skipTest) external;function skip(bool skipTest, string calldata reason) external;Description
Section titled “Description”Marks a test as skipped. Include a reason if specified. Must be called at the top level of a test.