Skip to content

skip

function skip(bool skipTest) external;
function skip(bool skipTest, string calldata reason) external;

Marks a test as skipped. Include a reason if specified. Must be called at the top level of a test.