testing_skip.zig (71B) - Raw
1 test "this will be skipped" { 2 return error.SkipZigTest; 3 } 4 5 // test