mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 14:33:47 +00:00
add .skip.html to skip files in legacy tests
This commit is contained in:
@@ -62,6 +62,10 @@ pub fn main() !void {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (std.mem.endsWith(u8, entry.basename, ".skip.html")) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// These are crashing, comment this out to skip them.
|
||||
|
||||
// if (std.mem.indexOf(u8, entry.basename, "navigation") != null) {
|
||||
|
||||
Reference in New Issue
Block a user