Skip to main content

skip

Macro skip 

Source
macro_rules! skip {
    ($reason:expr) => { ... };
}
Expand description

Skip the current test at runtime. Prints the reason and returns from the test.